Html Css Color HEX #C2B778 Ecru

📋 copy color: '#C2B778'

red 194 ◦ green 183 ◦ blue 120

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

Shades of Ecru #C2B778

Tints of Ecru #C2B778

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

 GREEN value IS 183 (71.88% from 255) = 36.82%

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 39.03%
G = 36.82%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2B778 (or 0xC2B778) is known color: Ecru. HEX triplet: C2, B7 and 78. RGB value is (194,183,120). Sum of RGB (Red+Green+Blue) = 194+183+120=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B778 is #3D4887. Grayscale: #B3B3B3. Windows color (decimal): -4016264 or 7911362. OLE color: 7911362.

HSL color Cylindrical-coordinate representation of color #C2B778: hue angle of 51.08º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2B778 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 120 -
CMYK 0 0.06 0.38 0.24
HSL 51.08º 0.38% 0.62% -
HSV(B) 51.08º 0.38% 0.76% -
XYZ 42.57 46.69 24.54 -
YUV 179.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 194 183 120 0 0.06 0.38 0.24 51.08 0.38 0.62
Hex C2 B7 78 0 6 26 18 33 26 3E
Octal 302 267 170 0 6 46 30 63 46 76
Binary 11000010 10110111 1111000 0 110 100110 11000 110011 100110 111110

Color Harmonies of #C2B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B778

Black with #C2B778

Text Example


Text Example

White with #C2B778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B778; }

 p { color: rgb(194,183,120); }

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

background-color css

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

 a { background-color: rgb(194,183,120); }

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

border-color css

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

 span { border-color: rgb(194,183,120); }

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