Html Css Color HEX #C92264 Cerise

📋 copy color: '#C92264'

red 201 ◦ green 34 ◦ blue 100

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

Shades of Cerise #C92264

Tints of Cerise #C92264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 60%
G = 10.15%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C92264 (or 0xC92264) is known color: Cerise. HEX triplet: C9, 22 and 64. RGB value is (201,34,100). Sum of RGB (Red+Green+Blue) = 201+34+100=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C92264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92264 is #36DD9B. Grayscale: #5B5B5B. Windows color (decimal): -3595676 or 6562505. OLE color: 6562505.

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

Color convert

RGB 201 34 100 -
CMYK 0 0.83 0.50 0.21
HSL 336.29º 0.71% 0.46% -
HSV(B) 336.29º 0.83% 0.79% -
XYZ 26.96 14.48 13.43 -
YUV 91.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 201 34 100 0 0.83 0.50 0.21 336.29 0.71 0.46
Hex C9 22 64 0 53 32 15 150 47 2E
Octal 311 42 144 0 123 62 25 520 107 56
Binary 11001001 100010 1100100 0 1010011 110010 10101 101010000 1000111 101110

Color Harmonies of #C92264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92264

Black with #C92264

Text Example


Text Example

White with #C92264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92264; }

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

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

background-color css

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

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

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

border-color css

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

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

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