#C83E50

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

Shades of Old Rose #C83E50

Tints of Old Rose #C83E50

Color information

#C83E50 (or 0xC83E50) is unknown color: approx Old Rose. HEX triplet: C8, 3E and 50. RGB value is (200,62,80). Sum of RGB (Red+Green+Blue) = 200+62+80=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E50 is #37C1AF. Grayscale: #696969. Windows color (decimal): -3654064 or 5258952. OLE color: 5258952.

HSL color Cylindrical-coordinate representation of color #C83E50: hue angle of 352.17º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E50 is Cyan = 0, Magento = 0.69, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB2006280-
CMYK00.690.60.22
HSL352.17º55.65%51.37%-
HSV(B)352.17º69%78.43%-
XYZ26.9916.39.31-
YUV105.31113.72195.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=58.48%
G=18.13%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200628000.690.60.22352.1755.6551.37
HexC83E500453C161603833
Octal31076120010574265407063
Binary1100100011111010100000100010111110010110101100000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E50; }

 p { color: rgb(200,62,80); }

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

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

 a { background-color: rgb(200,62,80); }

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

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

 span { border-color: rgb(200,62,80); }

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