#CC563F

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

Shades of Dark Coral #CC563F

Tints of Dark Coral #CC563F

Color information

#CC563F (or 0xCC563F) is unknown color: approx Dark Coral. HEX triplet: CC, 56 and 3F. RGB value is (204,86,63). Sum of RGB (Red+Green+Blue) = 204+86+63=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC563F is #33A9C0. Grayscale: #767676. Windows color (decimal): -3385793 or 4150988. OLE color: 4150988.

HSL color Cylindrical-coordinate representation of color #CC563F: hue angle of 9.79º degrees, saturation: 0.58, 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 #CC563F is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2048663-
CMYK00.580.690.2
HSL9.79º58.02%52.35%-
HSV(B)9.79º69.12%80%-
XYZ29.1319.857-
YUV118.6696.59188.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 63 (25% from 255) = 17.85%
R=57.79%
G=24.36%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204866300.580.690.29.7958.0252.35
HexCC563F03A4514a3a34
Octal3141267707210524127264
Binary11001100101011011111101110101000101101001010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC563F; }

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

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

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

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

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

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

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

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