Html Css Color HEX #CA3564 Cerise

📋 copy color: '#CA3564'

red 202 ◦ green 53 ◦ blue 100

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

Shades of Cerise #CA3564

Tints of Cerise #CA3564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

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

R = 56.9%
G = 14.93%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA3564 (or 0xCA3564) is known color: Cerise. HEX triplet: CA, 35 and 64. RGB value is (202,53,100). Sum of RGB (Red+Green+Blue) = 202+53+100=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3564 is #35CA9B. Grayscale: #666666. Windows color (decimal): -3525276 or 6567370. OLE color: 6567370.

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

Color convert

RGB 202 53 100 -
CMYK 0 0.74 0.50 0.21
HSL 341.07º 0.58% 0.5% -
HSV(B) 341.07º 0.74% 0.79% -
XYZ 27.93 16.02 13.68 -
YUV 102.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 202 53 100 0 0.74 0.50 0.21 341.07 0.58 0.5
Hex CA 35 64 0 4A 32 15 155 3A 32
Octal 312 65 144 0 112 62 25 525 72 62
Binary 11001010 110101 1100100 0 1001010 110010 10101 101010101 111010 110010

Color Harmonies of #CA3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3564

Black with #CA3564

Text Example


Text Example

White with #CA3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3564; }

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

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

background-color css

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

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

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

border-color css

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

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

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