Html Css Color HEX #C93958 Old Rose

📋 copy color: '#C93958'

red 201 ◦ green 57 ◦ blue 88

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

Shades of Old Rose #C93958

Tints of Old Rose #C93958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 58.09%
G = 16.47%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C93958 (or 0xC93958) is known color: Old Rose. HEX triplet: C9, 39 and 58. RGB value is (201,57,88). Sum of RGB (Red+Green+Blue) = 201+57+88=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C93958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93958 is #36C6A7. Grayscale: #676767. Windows color (decimal): -3589800 or 5781961. OLE color: 5781961.

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

Color convert

RGB 201 57 88 -
CMYK 0 0.72 0.56 0.21
HSL 347.08º 0.57% 0.51% -
HSV(B) 347.08º 0.72% 0.79% -
XYZ 27.31 16.05 10.89 -
YUV 103.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 201 57 88 0 0.72 0.56 0.21 347.08 0.57 0.51
Hex C9 39 58 0 48 38 15 15B 39 33
Octal 311 71 130 0 110 70 25 533 71 63
Binary 11001001 111001 1011000 0 1001000 111000 10101 101011011 111001 110011

Color Harmonies of #C93958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93958

Black with #C93958

Text Example


Text Example

White with #C93958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93958; }

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

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

background-color css

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

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

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

border-color css

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

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

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