Html Css Color HEX #CA2462 Cerise

📋 copy color: '#CA2462'

red 202 ◦ green 36 ◦ blue 98

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

Shades of Cerise #CA2462

Tints of Cerise #CA2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 60.12%
G = 10.71%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA2462 (or 0xCA2462) is known color: Cerise. HEX triplet: CA, 24 and 62. RGB value is (202,36,98). Sum of RGB (Red+Green+Blue) = 202+36+98=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2462 is #35DB9D. Grayscale: #5C5C5C. Windows color (decimal): -3529630 or 6431946. OLE color: 6431946.

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

Color convert

RGB 202 36 98 -
CMYK 0 0.82 0.51 0.21
HSL 337.59º 0.7% 0.47% -
HSV(B) 337.59º 0.82% 0.79% -
XYZ 27.19 14.7 12.96 -
YUV 92.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 202 36 98 0 0.82 0.51 0.21 337.59 0.7 0.47
Hex CA 24 62 0 52 33 15 152 46 2F
Octal 312 44 142 0 122 63 25 522 106 57
Binary 11001010 100100 1100010 0 1010010 110011 10101 101010010 1000110 101111

Color Harmonies of #CA2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2462

Black with #CA2462

Text Example


Text Example

White with #CA2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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