#C83955

Color #C83955 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C83955

Tints of Old Rose #C83955

Color information

#C83955 (or 0xC83955) is unknown color: approx Old Rose. HEX triplet: C8, 39 and 55. RGB value is (200,57,85). Sum of RGB (Red+Green+Blue) = 200+57+85=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C83955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83955 is #37C6AA. Grayscale: #666666. Windows color (decimal): -3655339 or 5585352. OLE color: 5585352.

HSL color Cylindrical-coordinate representation of color #C83955: hue angle of 348.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83955 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB2005785-
CMYK00.720.580.22
HSL348.25º56.52%50.39%-
HSV(B)348.25º71.5%78.43%-
XYZ26.9215.8610.24-
YUV102.95117.88197.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=58.48%
G=16.67%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200578500.720.580.22348.2556.5250.39
HexC839550483A1615c3932
Octal31071125011072265347162
Binary1100100011100110101010100100011101010110101011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83955; }

 p { color: rgb(200,57,85); }

 H1.HeaderClassName
 {
   color: #C83955;
 }
 .AnyTagClassName
 {
   color: #C83955;
 }
</style>
background-color css

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

 a { background-color: rgb(200,57,85); }

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

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

 span { border-color: rgb(200,57,85); }

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