#CC6146

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

Shades of Dark Coral #CC6146

Tints of Dark Coral #CC6146

Color information

#CC6146 (or 0xCC6146) is unknown color: approx Dark Coral. HEX triplet: CC, 61 and 46. RGB value is (204,97,70). Sum of RGB (Red+Green+Blue) = 204+97+70=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6146 is #339EB9. Grayscale: #7E7E7E. Windows color (decimal): -3382970 or 4612556. OLE color: 4612556.

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

Color convert

RGB2049770-
CMYK00.520.660.2
HSL12.09º56.78%53.73%-
HSV(B)12.09º65.69%80%-
XYZ30.2821.838.41-
YUV125.9296.45183.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=54.99%
G=26.15%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204977000.520.660.212.0956.7853.73
HexCC61460344214c3936
Octal31414110606410224147166
Binary110011001100001100011001101001000010101001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6146; }

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

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

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

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

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

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

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

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