Html Css Color HEX #CA2864 Cerise

📋 copy color: '#CA2864'

red 202 ◦ green 40 ◦ blue 100

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

Shades of Cerise #CA2864

Tints of Cerise #CA2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 59.06%
G = 11.7%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2864 (or 0xCA2864) is known color: Cerise. HEX triplet: CA, 28 and 64. RGB value is (202,40,100). Sum of RGB (Red+Green+Blue) = 202+40+100=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2864 is #35D79B. Grayscale: #5F5F5F. Windows color (decimal): -3528604 or 6564042. OLE color: 6564042.

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

Color convert

RGB 202 40 100 -
CMYK 0 0.80 0.50 0.21
HSL 337.78º 0.67% 0.47% -
HSV(B) 337.78º 0.8% 0.79% -
XYZ 27.42 14.99 13.51 -
YUV 95.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 202 40 100 0 0.80 0.50 0.21 337.78 0.67 0.47
Hex CA 28 64 0 50 32 15 152 43 2F
Octal 312 50 144 0 120 62 25 522 103 57
Binary 11001010 101000 1100100 0 1010000 110010 10101 101010010 1000011 101111

Color Harmonies of #CA2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2864

Black with #CA2864

Text Example


Text Example

White with #CA2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2864; }

 p { color: rgb(202,40,100); }

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

background-color css

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

 a { background-color: rgb(202,40,100); }

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

border-color css

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

 span { border-color: rgb(202,40,100); }

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