Html Css Color HEX #ECC7C0 Dust Storm

📋 copy color: '#ECC7C0'

red 236 ◦ green 199 ◦ blue 192

#ECC7C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #ECC7C0

Tints of Dust Storm #ECC7C0

RGB

 RED value IS 236 (92.58% from 255) = 37.64%

 GREEN value IS 199 (78.13% from 255) = 31.74%

 BLUE value IS 192 (75.39% from 255) = 30.62%

R = 37.64%
G = 31.74%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECC7C0 (or 0xECC7C0) is known color: Dust Storm. HEX triplet: EC, C7 and C0. RGB value is (236,199,192). Sum of RGB (Red+Green+Blue) = 236+199+192=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7C0 is #13383F. Grayscale: #D1D1D1. Windows color (decimal): -1259584 or 12634092. OLE color: 12634092.

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

Color convert

RGB 236 199 192 -
CMYK 0 0.16 0.19 0.07
HSL 9.55º 0.54% 0.84% -
HSV(B) 9.55º 0.19% 0.93% -
XYZ 64.53 62.49 58.53 -
YUV 209.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 236 199 192 0 0.16 0.19 0.07 9.55 0.54 0.84
Hex EC C7 C0 0 10 13 7 A 36 54
Octal 354 307 300 0 20 23 7 12 66 124
Binary 11101100 11000111 11000000 0 10000 10011 111 1010 110110 1010100

Color Harmonies of #ECC7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7C0

Black with #ECC7C0

Text Example


Text Example

White with #ECC7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7C0; }

 p { color: rgb(236,199,192); }

 H1.HeaderClassName
 {
   color: #ECC7C0;
 }
 .AnyTagClassName
 {
   color: #ECC7C0;
 }
</style>

background-color css

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

 a { background-color: rgb(236,199,192); }

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

border-color css

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

 span { border-color: rgb(236,199,192); }

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