Html Css Color HEX #CA3970 Cerise

📋 copy color: '#CA3970'

red 202 ◦ green 57 ◦ blue 112

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

Shades of Cerise #CA3970

Tints of Cerise #CA3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 54.45%
G = 15.36%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA3970 (or 0xCA3970) is known color: Cerise. HEX triplet: CA, 39 and 70. RGB value is (202,57,112). Sum of RGB (Red+Green+Blue) = 202+57+112=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3970 is #35C68F. Grayscale: #6A6A6A. Windows color (decimal): -3524240 or 7354826. OLE color: 7354826.

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

Color convert

RGB 202 57 112 -
CMYK 0 0.72 0.45 0.21
HSL 337.24º 0.58% 0.51% -
HSV(B) 337.24º 0.72% 0.79% -
XYZ 28.74 16.65 17.03 -
YUV 106.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 202 57 112 0 0.72 0.45 0.21 337.24 0.58 0.51
Hex CA 39 70 0 48 2D 15 151 3A 33
Octal 312 71 160 0 110 55 25 521 72 63
Binary 11001010 111001 1110000 0 1001000 101101 10101 101010001 111010 110011

Color Harmonies of #CA3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3970

Black with #CA3970

Text Example


Text Example

White with #CA3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3970; }

 p { color: rgb(202,57,112); }

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

background-color css

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

 a { background-color: rgb(202,57,112); }

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

border-color css

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

 span { border-color: rgb(202,57,112); }

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