Html Css Color HEX #C92368 Cerise

📋 copy color: '#C92368'

red 201 ◦ green 35 ◦ blue 104

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

Shades of Cerise #C92368

Tints of Cerise #C92368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 59.12%
G = 10.29%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C92368 (or 0xC92368) is known color: Cerise. HEX triplet: C9, 23 and 68. RGB value is (201,35,104). Sum of RGB (Red+Green+Blue) = 201+35+104=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C92368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92368 is #36DC97. Grayscale: #5C5C5C. Windows color (decimal): -3595416 or 6824905. OLE color: 6824905.

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

Color convert

RGB 201 35 104 -
CMYK 0 0.83 0.48 0.21
HSL 335.06º 0.7% 0.46% -
HSV(B) 335.06º 0.83% 0.79% -
XYZ 27.19 14.62 14.49 -
YUV 92.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 201 35 104 0 0.83 0.48 0.21 335.06 0.7 0.46
Hex C9 23 68 0 53 30 15 14F 46 2E
Octal 311 43 150 0 123 60 25 517 106 56
Binary 11001001 100011 1101000 0 1010011 110000 10101 101001111 1000110 101110

Color Harmonies of #C92368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92368

Black with #C92368

Text Example


Text Example

White with #C92368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92368; }

 p { color: rgb(201,35,104); }

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

background-color css

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

 a { background-color: rgb(201,35,104); }

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

border-color css

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

 span { border-color: rgb(201,35,104); }

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