Html Css Color HEX #C93858 Old Rose

📋 copy color: '#C93858'

red 201 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #C93858

Tints of Old Rose #C93858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 58.26%
G = 16.23%
B = 25.51%

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

#C93858 (or 0xC93858) is known color: Old Rose. HEX triplet: C9, 38 and 58. RGB value is (201,56,88). Sum of RGB (Red+Green+Blue) = 201+56+88=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C93858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93858 is #36C7A7. Grayscale: #676767. Windows color (decimal): -3590056 or 5781705. OLE color: 5781705.

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

Color convert

RGB 201 56 88 -
CMYK 0 0.72 0.56 0.21
HSL 346.76º 0.57% 0.5% -
HSV(B) 346.76º 0.72% 0.79% -
XYZ 27.26 15.95 10.87 -
YUV 103 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 201 56 88 0 0.72 0.56 0.21 346.76 0.57 0.5
Hex C9 38 58 0 48 38 15 15B 39 32
Octal 311 70 130 0 110 70 25 533 71 62
Binary 11001001 111000 1011000 0 1001000 111000 10101 101011011 111001 110010

Color Harmonies of #C93858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93858

Black with #C93858

Text Example


Text Example

White with #C93858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93858; }

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

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

background-color css

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

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

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

border-color css

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

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

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