#C83352

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

Shades of Old Rose #C83352

Tints of Old Rose #C83352

Color information

#C83352 (or 0xC83352) is unknown color: approx Old Rose. HEX triplet: C8, 33 and 52. RGB value is (200,51,82). Sum of RGB (Red+Green+Blue) = 200+51+82=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C83352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83352 is #37CCAD. Grayscale: #636363. Windows color (decimal): -3656878 or 5387208. OLE color: 5387208.

HSL color Cylindrical-coordinate representation of color #C83352: hue angle of 347.52º degrees, saturation: 0.59, 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 #C83352 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB2005182-
CMYK00.740.590.22
HSL347.52º59.36%49.22%-
HSV(B)347.52º74.5%78.43%-
XYZ26.5315.269.53-
YUV99.08118.36199.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.06%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=60.06%
G=15.32%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200518200.740.590.22347.5259.3649.22
HexC8335204A3B1615c3b31
Octal31063122011273265347361
Binary1100100011001110100100100101011101110110101011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83352; }

 p { color: rgb(200,51,82); }

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

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

 a { background-color: rgb(200,51,82); }

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

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

 span { border-color: rgb(200,51,82); }

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