Html Css Color HEX #C92256 Old Rose

📋 copy color: '#C92256'

red 201 ◦ green 34 ◦ blue 86

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

Shades of Old Rose #C92256

Tints of Old Rose #C92256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 62.62%
G = 10.59%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C92256 (or 0xC92256) is known color: Old Rose. HEX triplet: C9, 22 and 56. RGB value is (201,34,86). Sum of RGB (Red+Green+Blue) = 201+34+86=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C92256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92256 is #36DDA9. Grayscale: #595959. Windows color (decimal): -3595690 or 5645001. OLE color: 5645001.

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

Color convert

RGB 201 34 86 -
CMYK 0 0.83 0.57 0.21
HSL 341.32º 0.71% 0.46% -
HSV(B) 341.32º 0.83% 0.79% -
XYZ 26.34 14.23 10.16 -
YUV 89.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 201 34 86 0 0.83 0.57 0.21 341.32 0.71 0.46
Hex C9 22 56 0 53 39 15 155 47 2E
Octal 311 42 126 0 123 71 25 525 107 56
Binary 11001001 100010 1010110 0 1010011 111001 10101 101010101 1000111 101110

Color Harmonies of #C92256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92256

Black with #C92256

Text Example


Text Example

White with #C92256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92256; }

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

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

background-color css

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

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

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

border-color css

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

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

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