#C83C58

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

Shades of Old Rose #C83C58

Tints of Old Rose #C83C58

Color information

#C83C58 (or 0xC83C58) is unknown color: approx Old Rose. HEX triplet: C8, 3C and 58. RGB value is (200,60,88). Sum of RGB (Red+Green+Blue) = 200+60+88=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C58 is #37C3A7. Grayscale: #696969. Windows color (decimal): -3654568 or 5782728. OLE color: 5782728.

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

Color convert

RGB2006088-
CMYK00.70.560.22
HSL348º56%50.98%-
HSV(B)348º70%78.43%-
XYZ27.216.2210.93-
YUV105.05118.38195.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=57.47%
G=17.24%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200608800.70.560.223485650.98
HexC83C58046381615c3833
Octal31074130010670265347063
Binary1100100011110010110000100011011100010110101011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83C58; }

 p { color: rgb(200,60,88); }

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

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

 a { background-color: rgb(200,60,88); }

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

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

 span { border-color: rgb(200,60,88); }

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