#CB573F

Color #CB573F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CB573F

Tints of Dark Coral #CB573F

Color information

#CB573F (or 0xCB573F) is unknown color: approx Dark Coral. HEX triplet: CB, 57 and 3F. RGB value is (203,87,63). Sum of RGB (Red+Green+Blue) = 203+87+63=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB573F is #34A8C0. Grayscale: #777777. Windows color (decimal): -3451073 or 4151243. OLE color: 4151243.

HSL color Cylindrical-coordinate representation of color #CB573F: hue angle of 10.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB573F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2038763-
CMYK00.570.690.20
HSL10.29º57.38%52.16%-
HSV(B)10.29º68.97%79.61%-
XYZ28.9319.877.01-
YUV118.9596.43187.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 63 (25% from 255) = 17.85%
R=57.51%
G=24.65%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203876300.570.690.2010.2957.3852.16
HexCB573F0394514a3934
Octal3131277707110524127164
Binary11001011101011111111101110011000101101001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB573F; }

 p { color: rgb(203,87,63); }

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

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

 a { background-color: rgb(203,87,63); }

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

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

 span { border-color: rgb(203,87,63); }

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