Html Css Color HEX #C93D5D Old Rose

📋 copy color: '#C93D5D'

red 201 ◦ green 61 ◦ blue 93

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

Shades of Old Rose #C93D5D

Tints of Old Rose #C93D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

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

R = 56.62%
G = 17.18%
B = 26.2%

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

#C93D5D (or 0xC93D5D) is known color: Old Rose. HEX triplet: C9, 3D and 5D. RGB value is (201,61,93). Sum of RGB (Red+Green+Blue) = 201+61+93=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D5D is #36C2A2. Grayscale: #6A6A6A. Windows color (decimal): -3588771 or 6110665. OLE color: 6110665.

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

Color convert

RGB 201 61 93 -
CMYK 0 0.70 0.54 0.21
HSL 346.29º 0.56% 0.51% -
HSV(B) 346.29º 0.7% 0.79% -
XYZ 27.73 16.55 12.09 -
YUV 106.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 201 61 93 0 0.70 0.54 0.21 346.29 0.56 0.51
Hex C9 3D 5D 0 46 36 15 15A 38 33
Octal 311 75 135 0 106 66 25 532 70 63
Binary 11001001 111101 1011101 0 1000110 110110 10101 101011010 111000 110011

Color Harmonies of #C93D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D5D

Black with #C93D5D

Text Example


Text Example

White with #C93D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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