Html Css Color HEX #C2B076 Ecru

📋 copy color: '#C2B076'

red 194 ◦ green 176 ◦ blue 118

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

Shades of Ecru #C2B076

Tints of Ecru #C2B076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 39.75%
G = 36.07%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2B076 (or 0xC2B076) is known color: Ecru. HEX triplet: C2, B0 and 76. RGB value is (194,176,118). Sum of RGB (Red+Green+Blue) = 194+176+118=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B076 is #3D4F89. Grayscale: #AFAFAF. Windows color (decimal): -4018058 or 7778498. OLE color: 7778498.

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

Color convert

RGB 194 176 118 -
CMYK 0 0.09 0.39 0.24
HSL 45.79º 0.38% 0.61% -
HSV(B) 45.79º 0.39% 0.76% -
XYZ 41.04 43.83 23.44 -
YUV 174.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 194 176 118 0 0.09 0.39 0.24 45.79 0.38 0.61
Hex C2 B0 76 0 9 27 18 2E 26 3D
Octal 302 260 166 0 11 47 30 56 46 75
Binary 11000010 10110000 1110110 0 1001 100111 11000 101110 100110 111101

Color Harmonies of #C2B076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B076

Black with #C2B076

Text Example


Text Example

White with #C2B076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B076; }

 p { color: rgb(194,176,118); }

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

background-color css

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

 a { background-color: rgb(194,176,118); }

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

border-color css

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

 span { border-color: rgb(194,176,118); }

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