Html Css Color HEX #C92456 Old Rose

📋 copy color: '#C92456'

red 201 ◦ green 36 ◦ blue 86

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

Shades of Old Rose #C92456

Tints of Old Rose #C92456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 62.23%
G = 11.15%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C92456 (or 0xC92456) is known color: Old Rose. HEX triplet: C9, 24 and 56. RGB value is (201,36,86). Sum of RGB (Red+Green+Blue) = 201+36+86=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C92456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92456 is #36DBA9. Grayscale: #5B5B5B. Windows color (decimal): -3595178 or 5645513. OLE color: 5645513.

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

Color convert

RGB 201 36 86 -
CMYK 0 0.82 0.57 0.21
HSL 341.82º 0.7% 0.46% -
HSV(B) 341.82º 0.82% 0.79% -
XYZ 26.4 14.35 10.18 -
YUV 91.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 201 36 86 0 0.82 0.57 0.21 341.82 0.7 0.46
Hex C9 24 56 0 52 39 15 156 46 2E
Octal 311 44 126 0 122 71 25 526 106 56
Binary 11001001 100100 1010110 0 1010010 111001 10101 101010110 1000110 101110

Color Harmonies of #C92456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92456

Black with #C92456

Text Example


Text Example

White with #C92456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92456; }

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

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

background-color css

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

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

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

border-color css

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

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

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