#CC563B

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

Shades of Dark Coral #CC563B

Tints of Dark Coral #CC563B

Color information

#CC563B (or 0xCC563B) is unknown color: approx Dark Coral. HEX triplet: CC, 56 and 3B. RGB value is (204,86,59). Sum of RGB (Red+Green+Blue) = 204+86+59=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC563B is #33A9C4. Grayscale: #767676. Windows color (decimal): -3385797 or 3888844. OLE color: 3888844.

HSL color Cylindrical-coordinate representation of color #CC563B: hue angle of 11.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC563B is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2048659-
CMYK00.580.710.2
HSL11.17º58.7%51.57%-
HSV(B)11.17º71.08%80%-
XYZ29.0219.816.43-
YUV118.294.59189.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=58.45%
G=24.64%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204865900.580.710.211.1758.751.57
HexCC563B03A4714b3b34
Octal3141267307210724137364
Binary11001100101011011101101110101000111101001011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC563B; }

 p { color: rgb(204,86,59); }

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

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

 a { background-color: rgb(204,86,59); }

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

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

 span { border-color: rgb(204,86,59); }

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