Html Css Color HEX #ECC3A1 Negroni

📋 copy color: '#ECC3A1'

red 236 ◦ green 195 ◦ blue 161

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

Shades of Negroni #ECC3A1

Tints of Negroni #ECC3A1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.94%

 BLUE value IS 161 (63.28% from 255) = 27.2%

R = 39.86%
G = 32.94%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECC3A1 (or 0xECC3A1) is known color: Negroni. HEX triplet: EC, C3 and A1. RGB value is (236,195,161). Sum of RGB (Red+Green+Blue) = 236+195+161=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3A1 is #133C5E. Grayscale: #CBCBCB. Windows color (decimal): -1260639 or 10601452. OLE color: 10601452.

HSL color Cylindrical-coordinate representation of color #ECC3A1: hue angle of 27.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECC3A1 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 161 -
CMYK 0 0.17 0.32 0.07
HSL 27.2º 0.66% 0.78% -
HSV(B) 27.2º 0.32% 0.93% -
XYZ 60.54 59.44 42 -
YUV 203.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 236 195 161 0 0.17 0.32 0.07 27.2 0.66 0.78
Hex EC C3 A1 0 11 20 7 1B 42 4E
Octal 354 303 241 0 21 40 7 33 102 116
Binary 11101100 11000011 10100001 0 10001 100000 111 11011 1000010 1001110

Color Harmonies of #ECC3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3A1

Black with #ECC3A1

Text Example


Text Example

White with #ECC3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3A1; }

 p { color: rgb(236,195,161); }

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

background-color css

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

 a { background-color: rgb(236,195,161); }

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

border-color css

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

 span { border-color: rgb(236,195,161); }

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