Html Css Color HEX #C92055 Old Rose

📋 copy color: '#C92055'

red 201 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C92055

Tints of Old Rose #C92055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 63.21%
G = 10.06%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C92055 (or 0xC92055) is known color: Old Rose. HEX triplet: C9, 20 and 55. RGB value is (201,32,85). Sum of RGB (Red+Green+Blue) = 201+32+85=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C92055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92055 is #36DFAA. Grayscale: #585858. Windows color (decimal): -3596203 or 5578953. OLE color: 5578953.

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

Color convert

RGB 201 32 85 -
CMYK 0 0.84 0.58 0.21
HSL 341.18º 0.73% 0.46% -
HSV(B) 341.18º 0.84% 0.79% -
XYZ 26.24 14.11 9.93 -
YUV 88.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 201 32 85 0 0.84 0.58 0.21 341.18 0.73 0.46
Hex C9 20 55 0 54 3A 15 155 49 2E
Octal 311 40 125 0 124 72 25 525 111 56
Binary 11001001 100000 1010101 0 1010100 111010 10101 101010101 1001001 101110

Color Harmonies of #C92055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92055

Black with #C92055

Text Example


Text Example

White with #C92055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92055; }

 p { color: rgb(201,32,85); }

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

background-color css

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

 a { background-color: rgb(201,32,85); }

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

border-color css

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

 span { border-color: rgb(201,32,85); }

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