Html Css Color HEX #C93C5D Old Rose

📋 copy color: '#C93C5D'

red 201 ◦ green 60 ◦ blue 93

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

Shades of Old Rose #C93C5D

Tints of Old Rose #C93C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 56.78%
G = 16.95%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C93C5D (or 0xC93C5D) is known color: Old Rose. HEX triplet: C9, 3C and 5D. RGB value is (201,60,93). Sum of RGB (Red+Green+Blue) = 201+60+93=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C5D is #36C3A2. Grayscale: #696969. Windows color (decimal): -3589027 or 6110409. OLE color: 6110409.

HSL color Cylindrical-coordinate representation of color #C93C5D: hue angle of 345.96º 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 #C93C5D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 93 -
CMYK 0 0.70 0.54 0.21
HSL 345.96º 0.57% 0.51% -
HSV(B) 345.96º 0.7% 0.79% -
XYZ 27.68 16.44 12.07 -
YUV 105.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 201 60 93 0 0.70 0.54 0.21 345.96 0.57 0.51
Hex C9 3C 5D 0 46 36 15 15A 39 33
Octal 311 74 135 0 106 66 25 532 71 63
Binary 11001001 111100 1011101 0 1000110 110110 10101 101011010 111001 110011

Color Harmonies of #C93C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C5D

Black with #C93C5D

Text Example


Text Example

White with #C93C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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