Html Css Color HEX #CA396C Cerise

📋 copy color: '#CA396C'

red 202 ◦ green 57 ◦ blue 108

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

Shades of Cerise #CA396C

Tints of Cerise #CA396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 55.04%
G = 15.53%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA396C (or 0xCA396C) is known color: Cerise. HEX triplet: CA, 39 and 6C. RGB value is (202,57,108). Sum of RGB (Red+Green+Blue) = 202+57+108=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA396C is #35C693. Grayscale: #6A6A6A. Windows color (decimal): -3524244 or 7092682. OLE color: 7092682.

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

Color convert

RGB 202 57 108 -
CMYK 0 0.72 0.47 0.21
HSL 338.9º 0.58% 0.51% -
HSV(B) 338.9º 0.72% 0.79% -
XYZ 28.53 16.57 15.88 -
YUV 106.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 202 57 108 0 0.72 0.47 0.21 338.9 0.58 0.51
Hex CA 39 6C 0 48 2F 15 153 3A 33
Octal 312 71 154 0 110 57 25 523 72 63
Binary 11001010 111001 1101100 0 1001000 101111 10101 101010011 111010 110011

Color Harmonies of #CA396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA396C

Black with #CA396C

Text Example


Text Example

White with #CA396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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