Html Css Color HEX #C93652 Old Rose

📋 copy color: '#C93652'

red 201 ◦ green 54 ◦ blue 82

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

Shades of Old Rose #C93652

Tints of Old Rose #C93652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

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

R = 59.64%
G = 16.02%
B = 24.33%

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

#C93652 (or 0xC93652) is known color: Old Rose. HEX triplet: C9, 36 and 52. RGB value is (201,54,82). Sum of RGB (Red+Green+Blue) = 201+54+82=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93652 is #36C9AD. Grayscale: #656565. Windows color (decimal): -3590574 or 5387977. OLE color: 5387977.

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

Color convert

RGB 201 54 82 -
CMYK 0 0.73 0.59 0.21
HSL 348.57º 0.58% 0.5% -
HSV(B) 348.57º 0.73% 0.79% -
XYZ 26.93 15.67 9.59 -
YUV 101.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 201 54 82 0 0.73 0.59 0.21 348.57 0.58 0.5
Hex C9 36 52 0 49 3B 15 15D 3A 32
Octal 311 66 122 0 111 73 25 535 72 62
Binary 11001001 110110 1010010 0 1001001 111011 10101 101011101 111010 110010

Color Harmonies of #C93652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93652

Black with #C93652

Text Example


Text Example

White with #C93652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93652; }

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

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

background-color css

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

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

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

border-color css

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

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

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