#ECC6C2

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

Shades of Coral Candy #ECC6C2

Tints of Coral Candy #ECC6C2

Color information

#ECC6C2 (or 0xECC6C2) is unknown color: approx Coral Candy. HEX triplet: EC, C6 and C2. RGB value is (236,198,194). Sum of RGB (Red+Green+Blue) = 236+198+194=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6C2 is #13393D. Grayscale: #D0D0D0. Windows color (decimal): -1259838 or 12764908. OLE color: 12764908.

HSL color Cylindrical-coordinate representation of color #ECC6C2: hue angle of 5.71º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC6C2 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB236198194-
CMYK00.160.180.07
HSL5.71º52.5%84.31%-
HSV(B)5.71º17.8%92.55%-
XYZ64.5262.1259.63-
YUV208.91119.59147.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 194 (76.17% from 255) = 30.89%
R=37.58%
G=31.53%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619819400.160.180.075.7152.584.31
HexECC6C201012763554
Octal354306302020227665124
Binary111011001100011011000010010000100101111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6C2; }

 p { color: rgb(236,198,194); }

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

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

 a { background-color: rgb(236,198,194); }

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

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

 span { border-color: rgb(236,198,194); }

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