Html Css Color HEX #C93752 Old Rose

📋 copy color: '#C93752'

red 201 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #C93752

Tints of Old Rose #C93752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 59.47%
G = 16.27%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C93752 (or 0xC93752) is known color: Old Rose. HEX triplet: C9, 37 and 52. RGB value is (201,55,82). Sum of RGB (Red+Green+Blue) = 201+55+82=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C93752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93752 is #36C8AD. Grayscale: #656565. Windows color (decimal): -3590318 or 5388233. OLE color: 5388233.

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

Color convert

RGB 201 55 82 -
CMYK 0 0.73 0.59 0.21
HSL 348.9º 0.57% 0.5% -
HSV(B) 348.9º 0.73% 0.79% -
XYZ 26.98 15.76 9.6 -
YUV 101.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 201 55 82 0 0.73 0.59 0.21 348.9 0.57 0.5
Hex C9 37 52 0 49 3B 15 15D 39 32
Octal 311 67 122 0 111 73 25 535 71 62
Binary 11001001 110111 1010010 0 1001001 111011 10101 101011101 111001 110010

Color Harmonies of #C93752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93752

Black with #C93752

Text Example


Text Example

White with #C93752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93752; }

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

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

background-color css

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

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

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

border-color css

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

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

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