Html Css Color HEX #C92152 Old Rose

📋 copy color: '#C92152'

red 201 ◦ green 33 ◦ blue 82

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

Shades of Old Rose #C92152

Tints of Old Rose #C92152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 63.61%
G = 10.44%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C92152 (or 0xC92152) is known color: Old Rose. HEX triplet: C9, 21 and 52. RGB value is (201,33,82). Sum of RGB (Red+Green+Blue) = 201+33+82=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C92152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92152 is #36DEAD. Grayscale: #585858. Windows color (decimal): -3595950 or 5382601. OLE color: 5382601.

HSL color Cylindrical-coordinate representation of color #C92152: hue angle of 342.5º degrees, saturation: 0.72, 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 #C92152 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 82 -
CMYK 0 0.84 0.59 0.21
HSL 342.5º 0.72% 0.46% -
HSV(B) 342.5º 0.84% 0.79% -
XYZ 26.15 14.11 9.33 -
YUV 88.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 201 33 82 0 0.84 0.59 0.21 342.5 0.72 0.46
Hex C9 21 52 0 54 3B 15 156 48 2E
Octal 311 41 122 0 124 73 25 526 110 56
Binary 11001001 100001 1010010 0 1010100 111011 10101 101010110 1001000 101110

Color Harmonies of #C92152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92152

Black with #C92152

Text Example


Text Example

White with #C92152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92152; }

 p { color: rgb(201,33,82); }

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

background-color css

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

 a { background-color: rgb(201,33,82); }

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

border-color css

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

 span { border-color: rgb(201,33,82); }

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