Html Css Color HEX #C92554 Old Rose

📋 copy color: '#C92554'

red 201 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #C92554

Tints of Old Rose #C92554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 62.42%
G = 11.49%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C92554 (or 0xC92554) is known color: Old Rose. HEX triplet: C9, 25 and 54. RGB value is (201,37,84). Sum of RGB (Red+Green+Blue) = 201+37+84=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C92554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92554 is #36DAAB. Grayscale: #5B5B5B. Windows color (decimal): -3594924 or 5514697. OLE color: 5514697.

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

Color convert

RGB 201 37 84 -
CMYK 0 0.82 0.58 0.21
HSL 342.8º 0.69% 0.47% -
HSV(B) 342.8º 0.82% 0.79% -
XYZ 26.35 14.38 9.77 -
YUV 91.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 201 37 84 0 0.82 0.58 0.21 342.8 0.69 0.47
Hex C9 25 54 0 52 3A 15 157 45 2F
Octal 311 45 124 0 122 72 25 527 105 57
Binary 11001001 100101 1010100 0 1010010 111010 10101 101010111 1000101 101111

Color Harmonies of #C92554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92554

Black with #C92554

Text Example


Text Example

White with #C92554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92554; }

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

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

background-color css

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

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

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

border-color css

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

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

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