#CC6046

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

Shades of Dark Coral #CC6046

Tints of Dark Coral #CC6046

Color information

#CC6046 (or 0xCC6046) is unknown color: approx Dark Coral. HEX triplet: CC, 60 and 46. RGB value is (204,96,70). Sum of RGB (Red+Green+Blue) = 204+96+70=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6046 is #339FB9. Grayscale: #7D7D7D. Windows color (decimal): -3383226 or 4612300. OLE color: 4612300.

HSL color Cylindrical-coordinate representation of color #CC6046: hue angle of 11.64º 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 #CC6046 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB2049670-
CMYK00.530.660.2
HSL11.64º56.78%53.73%-
HSV(B)11.64º65.69%80%-
XYZ30.1921.658.38-
YUV125.3396.78184.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.14%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=55.14%
G=25.95%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204967000.530.660.211.6456.7853.73
HexCC60460354214c3936
Octal31414010606510224147166
Binary110011001100000100011001101011000010101001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6046; }

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

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

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

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

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

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

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

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