Html Css Color HEX #C93C4D Old Rose

📋 copy color: '#C93C4D'

red 201 ◦ green 60 ◦ blue 77

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

Shades of Old Rose #C93C4D

Tints of Old Rose #C93C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 59.47%
G = 17.75%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C93C4D (or 0xC93C4D) is known color: Old Rose. HEX triplet: C9, 3C and 4D. RGB value is (201,60,77). Sum of RGB (Red+Green+Blue) = 201+60+77=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C4D is #36C3B2. Grayscale: #686868. Windows color (decimal): -3589043 or 5061833. OLE color: 5061833.

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

Color convert

RGB 201 60 77 -
CMYK 0 0.70 0.62 0.21
HSL 352.77º 0.57% 0.51% -
HSV(B) 352.77º 0.7% 0.79% -
XYZ 27.04 16.19 8.72 -
YUV 104.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 201 60 77 0 0.70 0.62 0.21 352.77 0.57 0.51
Hex C9 3C 4D 0 46 3E 15 161 39 33
Octal 311 74 115 0 106 76 25 541 71 63
Binary 11001001 111100 1001101 0 1000110 111110 10101 101100001 111001 110011

Color Harmonies of #C93C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C4D

Black with #C93C4D

Text Example


Text Example

White with #C93C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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