#C83251

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

Shades of Old Rose #C83251

Tints of Old Rose #C83251

Color information

#C83251 (or 0xC83251) is unknown color: approx Old Rose. HEX triplet: C8, 32 and 51. RGB value is (200,50,81). Sum of RGB (Red+Green+Blue) = 200+50+81=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C83251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83251 is #37CDAE. Grayscale: #626262. Windows color (decimal): -3657135 or 5321416. OLE color: 5321416.

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

Color convert

RGB2005081-
CMYK00.750.590.22
HSL347.6º60%49.02%-
HSV(B)347.6º75%78.43%-
XYZ26.4515.159.32-
YUV98.38118.2200.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.42%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=60.42%
G=15.11%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200508100.750.590.22347.66049.02
HexC8325104B3B1615c3c31
Octal31062121011373265347461
Binary1100100011001010100010100101111101110110101011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83251; }

 p { color: rgb(200,50,81); }

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

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

 a { background-color: rgb(200,50,81); }

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

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

 span { border-color: rgb(200,50,81); }

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