Html Css Color HEX #C92854 Old Rose

📋 copy color: '#C92854'

red 201 ◦ green 40 ◦ blue 84

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

Shades of Old Rose #C92854

Tints of Old Rose #C92854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 61.85%
G = 12.31%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C92854 (or 0xC92854) is known color: Old Rose. HEX triplet: C9, 28 and 54. RGB value is (201,40,84). Sum of RGB (Red+Green+Blue) = 201+40+84=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C92854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92854 is #36D7AB. Grayscale: #5D5D5D. Windows color (decimal): -3594156 or 5515465. OLE color: 5515465.

HSL color Cylindrical-coordinate representation of color #C92854: hue angle of 343.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92854 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 84 -
CMYK 0 0.80 0.58 0.21
HSL 343.6º 0.67% 0.47% -
HSV(B) 343.6º 0.8% 0.79% -
XYZ 26.45 14.58 9.81 -
YUV 93.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 201 40 84 0 0.80 0.58 0.21 343.6 0.67 0.47
Hex C9 28 54 0 50 3A 15 158 43 2F
Octal 311 50 124 0 120 72 25 530 103 57
Binary 11001001 101000 1010100 0 1010000 111010 10101 101011000 1000011 101111

Color Harmonies of #C92854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92854

Black with #C92854

Text Example


Text Example

White with #C92854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92854; }

 p { color: rgb(201,40,84); }

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

background-color css

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

 a { background-color: rgb(201,40,84); }

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

border-color css

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

 span { border-color: rgb(201,40,84); }

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