Html Css Color HEX #CA396F Cerise

📋 copy color: '#CA396F'

red 202 ◦ green 57 ◦ blue 111

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

Shades of Cerise #CA396F

Tints of Cerise #CA396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 54.59%
G = 15.41%
B = 30%

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

#CA396F (or 0xCA396F) is known color: Cerise. HEX triplet: CA, 39 and 6F. RGB value is (202,57,111). Sum of RGB (Red+Green+Blue) = 202+57+111=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA396F is #35C690. Grayscale: #6A6A6A. Windows color (decimal): -3524241 or 7289290. OLE color: 7289290.

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

Color convert

RGB 202 57 111 -
CMYK 0 0.72 0.45 0.21
HSL 337.66º 0.58% 0.51% -
HSV(B) 337.66º 0.72% 0.79% -
XYZ 28.69 16.63 16.74 -
YUV 106.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 202 57 111 0 0.72 0.45 0.21 337.66 0.58 0.51
Hex CA 39 6F 0 48 2D 15 152 3A 33
Octal 312 71 157 0 110 55 25 522 72 63
Binary 11001010 111001 1101111 0 1001000 101101 10101 101010010 111010 110011

Color Harmonies of #CA396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA396F

Black with #CA396F

Text Example


Text Example

White with #CA396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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