Html Css Color HEX #CA246B Cerise

📋 copy color: '#CA246B'

red 202 ◦ green 36 ◦ blue 107

#CA246B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CA246B

Tints of Cerise #CA246B

RGB

 RED value IS 202 (79.3% from 255) = 58.55%

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 58.55%
G = 10.43%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA246B (or 0xCA246B) is known color: Cerise. HEX triplet: CA, 24 and 6B. RGB value is (202,36,107). Sum of RGB (Red+Green+Blue) = 202+36+107=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA246B is #35DB94. Grayscale: #5D5D5D. Windows color (decimal): -3529621 or 7021770. OLE color: 7021770.

HSL color Cylindrical-coordinate representation of color #CA246B: hue angle of 334.34º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA246B is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 107 -
CMYK 0 0.82 0.47 0.21
HSL 334.34º 0.7% 0.47% -
HSV(B) 334.34º 0.82% 0.79% -
XYZ 27.64 14.88 15.33 -
YUV 93.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 202 36 107 0 0.82 0.47 0.21 334.34 0.7 0.47
Hex CA 24 6B 0 52 2F 15 14E 46 2F
Octal 312 44 153 0 122 57 25 516 106 57
Binary 11001010 100100 1101011 0 1010010 101111 10101 101001110 1000110 101111

Color Harmonies of #CA246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA246B

Black with #CA246B

Text Example


Text Example

White with #CA246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA246B; }

 p { color: rgb(202,36,107); }

 H1.HeaderClassName
 {
   color: #CA246B;
 }
 .AnyTagClassName
 {
   color: #CA246B;
 }
</style>

background-color css

<style>
 a { background-color: #CA246B; }

 a { background-color: rgb(202,36,107); }

 div.DivClassName
 {
   background-color: #CA246B;
 }
 .BgClassName
 {
   background-color: #CA246B;
 }
</style>

border-color css

<style>
 span { border-color: #CA246B; }

 span { border-color: rgb(202,36,107); }

 td.TdClassName
 {
   border-color: #CA246B;
 }
 .TagClassName
 {
   border-color: #CA246B;
 }
</style>