Html Css Color HEX #C92952 Old Rose

📋 copy color: '#C92952'

red 201 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #C92952

Tints of Old Rose #C92952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 62.04%
G = 12.65%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C92952 (or 0xC92952) is known color: Old Rose. HEX triplet: C9, 29 and 52. RGB value is (201,41,82). Sum of RGB (Red+Green+Blue) = 201+41+82=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92952 is #36D6AD. Grayscale: #5D5D5D. Windows color (decimal): -3593902 or 5384649. OLE color: 5384649.

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

Color convert

RGB 201 41 82 -
CMYK 0 0.80 0.59 0.21
HSL 344.63º 0.66% 0.47% -
HSV(B) 344.63º 0.8% 0.79% -
XYZ 26.4 14.61 9.41 -
YUV 93.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 201 41 82 0 0.80 0.59 0.21 344.63 0.66 0.47
Hex C9 29 52 0 50 3B 15 159 42 2F
Octal 311 51 122 0 120 73 25 531 102 57
Binary 11001001 101001 1010010 0 1010000 111011 10101 101011001 1000010 101111

Color Harmonies of #C92952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92952

Black with #C92952

Text Example


Text Example

White with #C92952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92952; }

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

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

background-color css

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

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

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

border-color css

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

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

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