Html Css Color HEX #C93C52 Old Rose

📋 copy color: '#C93C52'

red 201 ◦ green 60 ◦ blue 82

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

Shades of Old Rose #C93C52

Tints of Old Rose #C93C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

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

R = 58.6%
G = 17.49%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C93C52 (or 0xC93C52) is known color: Old Rose. HEX triplet: C9, 3C and 52. RGB value is (201,60,82). Sum of RGB (Red+Green+Blue) = 201+60+82=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C52 is #36C3AD. Grayscale: #686868. Windows color (decimal): -3589038 or 5389513. OLE color: 5389513.

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

Color convert

RGB 201 60 82 -
CMYK 0 0.70 0.59 0.21
HSL 350.64º 0.57% 0.51% -
HSV(B) 350.64º 0.7% 0.79% -
XYZ 27.23 16.26 9.69 -
YUV 104.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 201 60 82 0 0.70 0.59 0.21 350.64 0.57 0.51
Hex C9 3C 52 0 46 3B 15 15F 39 33
Octal 311 74 122 0 106 73 25 537 71 63
Binary 11001001 111100 1010010 0 1000110 111011 10101 101011111 111001 110011

Color Harmonies of #C93C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C52

Black with #C93C52

Text Example


Text Example

White with #C93C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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