Html Css Color HEX #CA246A Cerise

📋 copy color: '#CA246A'

red 202 ◦ green 36 ◦ blue 106

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

Shades of Cerise #CA246A

Tints of Cerise #CA246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 58.72%
G = 10.47%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA246A (or 0xCA246A) is known color: Cerise. HEX triplet: CA, 24 and 6A. RGB value is (202,36,106). Sum of RGB (Red+Green+Blue) = 202+36+106=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA246A is #35DB95. Grayscale: #5D5D5D. Windows color (decimal): -3529622 or 6956234. OLE color: 6956234.

HSL color Cylindrical-coordinate representation of color #CA246A: hue angle of 334.7º 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 #CA246A is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 106 -
CMYK 0 0.82 0.48 0.21
HSL 334.7º 0.7% 0.47% -
HSV(B) 334.7º 0.82% 0.79% -
XYZ 27.59 14.86 15.05 -
YUV 93.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 202 36 106 0 0.82 0.48 0.21 334.7 0.7 0.47
Hex CA 24 6A 0 52 30 15 14F 46 2F
Octal 312 44 152 0 122 60 25 517 106 57
Binary 11001010 100100 1101010 0 1010010 110000 10101 101001111 1000110 101111

Color Harmonies of #CA246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA246A

Black with #CA246A

Text Example


Text Example

White with #CA246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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