Html Css Color HEX #C93956 Old Rose

📋 copy color: '#C93956'

red 201 ◦ green 57 ◦ blue 86

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

Shades of Old Rose #C93956

Tints of Old Rose #C93956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

 BLUE value IS 86 (33.98% from 255) = 25%

R = 58.43%
G = 16.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C93956 (or 0xC93956) is known color: Old Rose. HEX triplet: C9, 39 and 56. RGB value is (201,57,86). Sum of RGB (Red+Green+Blue) = 201+57+86=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C93956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93956 is #36C6A9. Grayscale: #676767. Windows color (decimal): -3589802 or 5650889. OLE color: 5650889.

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

Color convert

RGB 201 57 86 -
CMYK 0 0.72 0.57 0.21
HSL 347.92º 0.57% 0.51% -
HSV(B) 347.92º 0.72% 0.79% -
XYZ 27.23 16.02 10.46 -
YUV 103.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 201 57 86 0 0.72 0.57 0.21 347.92 0.57 0.51
Hex C9 39 56 0 48 39 15 15C 39 33
Octal 311 71 126 0 110 71 25 534 71 63
Binary 11001001 111001 1010110 0 1001000 111001 10101 101011100 111001 110011

Color Harmonies of #C93956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93956

Black with #C93956

Text Example


Text Example

White with #C93956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93956; }

 p { color: rgb(201,57,86); }

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

background-color css

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

 a { background-color: rgb(201,57,86); }

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

border-color css

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

 span { border-color: rgb(201,57,86); }

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