Html Css Color HEX #C92160 Cerise

📋 copy color: '#C92160'

red 201 ◦ green 33 ◦ blue 96

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

Shades of Cerise #C92160

Tints of Cerise #C92160

RGB

 RED value IS 201 (78.91% from 255) = 60.91%

 GREEN value IS 33 (13.28% from 255) = 10%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 60.91%
G = 10%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C92160 (or 0xC92160) is known color: Cerise. HEX triplet: C9, 21 and 60. RGB value is (201,33,96). Sum of RGB (Red+Green+Blue) = 201+33+96=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C92160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92160 is #36DE9F. Grayscale: #5A5A5A. Windows color (decimal): -3595936 or 6300105. OLE color: 6300105.

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

Color convert

RGB 201 33 96 -
CMYK 0 0.84 0.52 0.21
HSL 337.5º 0.72% 0.46% -
HSV(B) 337.5º 0.84% 0.79% -
XYZ 26.74 14.35 12.43 -
YUV 90.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 201 33 96 0 0.84 0.52 0.21 337.5 0.72 0.46
Hex C9 21 60 0 54 34 15 152 48 2E
Octal 311 41 140 0 124 64 25 522 110 56
Binary 11001001 100001 1100000 0 1010100 110100 10101 101010010 1001000 101110

Color Harmonies of #C92160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92160

Black with #C92160

Text Example


Text Example

White with #C92160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92160; }

 p { color: rgb(201,33,96); }

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

background-color css

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

 a { background-color: rgb(201,33,96); }

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

border-color css

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

 span { border-color: rgb(201,33,96); }

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