Html Css Color HEX #CA2467 Cerise

📋 copy color: '#CA2467'

red 202 ◦ green 36 ◦ blue 103

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

Shades of Cerise #CA2467

Tints of Cerise #CA2467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 59.24%
G = 10.56%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA2467 (or 0xCA2467) is known color: Cerise. HEX triplet: CA, 24 and 67. RGB value is (202,36,103). Sum of RGB (Red+Green+Blue) = 202+36+103=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2467 is #35DB98. Grayscale: #5D5D5D. Windows color (decimal): -3529625 or 6759626. OLE color: 6759626.

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

Color convert

RGB 202 36 103 -
CMYK 0 0.82 0.49 0.21
HSL 335.78º 0.7% 0.47% -
HSV(B) 335.78º 0.82% 0.79% -
XYZ 27.44 14.8 14.24 -
YUV 93.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 202 36 103 0 0.82 0.49 0.21 335.78 0.7 0.47
Hex CA 24 67 0 52 31 15 150 46 2F
Octal 312 44 147 0 122 61 25 520 106 57
Binary 11001010 100100 1100111 0 1010010 110001 10101 101010000 1000110 101111

Color Harmonies of #CA2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2467

Black with #CA2467

Text Example


Text Example

White with #CA2467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2467; }

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

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

background-color css

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

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

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

border-color css

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

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

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