Html Css Color HEX #C93952 Old Rose

📋 copy color: '#C93952'

red 201 ◦ green 57 ◦ blue 82

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

Shades of Old Rose #C93952

Tints of Old Rose #C93952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 59.12%
G = 16.76%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C93952 (or 0xC93952) is known color: Old Rose. HEX triplet: C9, 39 and 52. RGB value is (201,57,82). Sum of RGB (Red+Green+Blue) = 201+57+82=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93952 is #36C6AD. Grayscale: #666666. Windows color (decimal): -3589806 or 5388745. OLE color: 5388745.

HSL color Cylindrical-coordinate representation of color #C93952: hue angle of 349.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93952 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 82 -
CMYK 0 0.72 0.59 0.21
HSL 349.58º 0.57% 0.51% -
HSV(B) 349.58º 0.72% 0.79% -
XYZ 27.07 15.95 9.63 -
YUV 102.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 201 57 82 0 0.72 0.59 0.21 349.58 0.57 0.51
Hex C9 39 52 0 48 3B 15 15E 39 33
Octal 311 71 122 0 110 73 25 536 71 63
Binary 11001001 111001 1010010 0 1001000 111011 10101 101011110 111001 110011

Color Harmonies of #C93952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93952

Black with #C93952

Text Example


Text Example

White with #C93952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93952; }

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

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

background-color css

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

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

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

border-color css

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

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

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