Html Css Color HEX #CA2664 Cerise

📋 copy color: '#CA2664'

red 202 ◦ green 38 ◦ blue 100

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

Shades of Cerise #CA2664

Tints of Cerise #CA2664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

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

R = 59.41%
G = 11.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2664 (or 0xCA2664) is known color: Cerise. HEX triplet: CA, 26 and 64. RGB value is (202,38,100). Sum of RGB (Red+Green+Blue) = 202+38+100=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2664 is #35D99B. Grayscale: #5E5E5E. Windows color (decimal): -3529116 or 6563530. OLE color: 6563530.

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

Color convert

RGB 202 38 100 -
CMYK 0 0.81 0.50 0.21
HSL 337.32º 0.68% 0.47% -
HSV(B) 337.32º 0.81% 0.79% -
XYZ 27.35 14.86 13.48 -
YUV 94.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 202 38 100 0 0.81 0.50 0.21 337.32 0.68 0.47
Hex CA 26 64 0 51 32 15 151 44 2F
Octal 312 46 144 0 121 62 25 521 104 57
Binary 11001010 100110 1100100 0 1010001 110010 10101 101010001 1000100 101111

Color Harmonies of #CA2664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2664

Black with #CA2664

Text Example


Text Example

White with #CA2664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2664; }

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

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

background-color css

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

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

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

border-color css

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

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

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