Html Css Color HEX #C93853 Old Rose

📋 copy color: '#C93853'

red 201 ◦ green 56 ◦ blue 83

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

Shades of Old Rose #C93853

Tints of Old Rose #C93853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 59.12%
G = 16.47%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C93853 (or 0xC93853) is known color: Old Rose. HEX triplet: C9, 38 and 53. RGB value is (201,56,83). Sum of RGB (Red+Green+Blue) = 201+56+83=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93853 is #36C7AC. Grayscale: #666666. Windows color (decimal): -3590061 or 5454025. OLE color: 5454025.

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

Color convert

RGB 201 56 83 -
CMYK 0 0.72 0.59 0.21
HSL 348.83º 0.57% 0.5% -
HSV(B) 348.83º 0.72% 0.79% -
XYZ 27.06 15.87 9.82 -
YUV 102.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 201 56 83 0 0.72 0.59 0.21 348.83 0.57 0.5
Hex C9 38 53 0 48 3B 15 15D 39 32
Octal 311 70 123 0 110 73 25 535 71 62
Binary 11001001 111000 1010011 0 1001000 111011 10101 101011101 111001 110010

Color Harmonies of #C93853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93853

Black with #C93853

Text Example


Text Example

White with #C93853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93853; }

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

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

background-color css

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

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

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

border-color css

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

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

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