#C83A58

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

Shades of Old Rose #C83A58

Tints of Old Rose #C83A58

Color information

#C83A58 (or 0xC83A58) is unknown color: approx Old Rose. HEX triplet: C8, 3A and 58. RGB value is (200,58,88). Sum of RGB (Red+Green+Blue) = 200+58+88=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83A58 is #37C5A7. Grayscale: #676767. Windows color (decimal): -3655080 or 5782216. OLE color: 5782216.

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

Color convert

RGB2005888-
CMYK00.710.560.22
HSL347.32º56.35%50.59%-
HSV(B)347.32º71%78.43%-
XYZ27.0916.0110.89-
YUV103.88119.04196.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=57.80%
G=16.76%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200588800.710.560.22347.3256.3550.59
HexC83A58047381615b3833
Octal31072130010770265337063
Binary1100100011101010110000100011111100010110101011011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83A58; }

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

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

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

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

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

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

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

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