Html Css Color HEX #C92268 Cerise

📋 copy color: '#C92268'

red 201 ◦ green 34 ◦ blue 104

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

Shades of Cerise #C92268

Tints of Cerise #C92268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 59.29%
G = 10.03%
B = 30.68%

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

#C92268 (or 0xC92268) is known color: Cerise. HEX triplet: C9, 22 and 68. RGB value is (201,34,104). Sum of RGB (Red+Green+Blue) = 201+34+104=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C92268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92268 is #36DD97. Grayscale: #5B5B5B. Windows color (decimal): -3595672 or 6824649. OLE color: 6824649.

HSL color Cylindrical-coordinate representation of color #C92268: hue angle of 334.85º degrees, saturation: 0.71, 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 #C92268 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 104 -
CMYK 0 0.83 0.48 0.21
HSL 334.85º 0.71% 0.46% -
HSV(B) 334.85º 0.83% 0.79% -
XYZ 27.16 14.56 14.48 -
YUV 91.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 201 34 104 0 0.83 0.48 0.21 334.85 0.71 0.46
Hex C9 22 68 0 53 30 15 14F 47 2E
Octal 311 42 150 0 123 60 25 517 107 56
Binary 11001001 100010 1101000 0 1010011 110000 10101 101001111 1000111 101110

Color Harmonies of #C92268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92268

Black with #C92268

Text Example


Text Example

White with #C92268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92268; }

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

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

background-color css

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

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

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

border-color css

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

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

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