Html Css Color HEX #C93855 Old Rose

📋 copy color: '#C93855'

red 201 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #C93855

Tints of Old Rose #C93855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 58.77%
G = 16.37%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C93855 (or 0xC93855) is known color: Old Rose. HEX triplet: C9, 38 and 55. RGB value is (201,56,85). Sum of RGB (Red+Green+Blue) = 201+56+85=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C93855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93855 is #36C7AA. Grayscale: #666666. Windows color (decimal): -3590059 or 5585097. OLE color: 5585097.

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

Color convert

RGB 201 56 85 -
CMYK 0 0.72 0.58 0.21
HSL 348º 0.57% 0.5% -
HSV(B) 348º 0.72% 0.79% -
XYZ 27.14 15.9 10.23 -
YUV 102.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 201 56 85 0 0.72 0.58 0.21 348 0.57 0.5
Hex C9 38 55 0 48 3A 15 15C 39 32
Octal 311 70 125 0 110 72 25 534 71 62
Binary 11001001 111000 1010101 0 1001000 111010 10101 101011100 111001 110010

Color Harmonies of #C93855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93855

Black with #C93855

Text Example


Text Example

White with #C93855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93855; }

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

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

background-color css

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

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

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

border-color css

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

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

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