#CC6446

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

Shades of Dark Coral #CC6446

Tints of Dark Coral #CC6446

Color information

#CC6446 (or 0xCC6446) is unknown color: approx Dark Coral. HEX triplet: CC, 64 and 46. RGB value is (204,100,70). Sum of RGB (Red+Green+Blue) = 204+100+70=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6446 is #339BB9. Grayscale: #7F7F7F. Windows color (decimal): -3382202 or 4613324. OLE color: 4613324.

HSL color Cylindrical-coordinate representation of color #CC6446: hue angle of 13.43º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC6446 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20410070-
CMYK00.510.660.2
HSL13.43º56.78%53.73%-
HSV(B)13.43º65.69%80%-
XYZ30.5622.398.51-
YUV127.6895.46182.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=54.55%
G=26.74%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041007000.510.660.213.4356.7853.73
HexCC64460334214d3936
Octal31414410606310224157166
Binary110011001100100100011001100111000010101001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6446; }

 p { color: rgb(204,100,70); }

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

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

 a { background-color: rgb(204,100,70); }

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

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

 span { border-color: rgb(204,100,70); }

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