Html Css Color HEX #C2B176 Ecru

📋 copy color: '#C2B176'

red 194 ◦ green 177 ◦ blue 118

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

Shades of Ecru #C2B176

Tints of Ecru #C2B176

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

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

R = 39.67%
G = 36.2%
B = 24.13%

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

#C2B176 (or 0xC2B176) is known color: Ecru. HEX triplet: C2, B1 and 76. RGB value is (194,177,118). Sum of RGB (Red+Green+Blue) = 194+177+118=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B176 is #3D4E89. Grayscale: #AFAFAF. Windows color (decimal): -4017802 or 7778754. OLE color: 7778754.

HSL color Cylindrical-coordinate representation of color #C2B176: hue angle of 46.58º 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 #C2B176 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 118 -
CMYK 0 0.09 0.39 0.24
HSL 46.58º 0.38% 0.61% -
HSV(B) 46.58º 0.39% 0.76% -
XYZ 41.24 44.22 23.5 -
YUV 175.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 194 177 118 0 0.09 0.39 0.24 46.58 0.38 0.61
Hex C2 B1 76 0 9 27 18 2F 26 3D
Octal 302 261 166 0 11 47 30 57 46 75
Binary 11000010 10110001 1110110 0 1001 100111 11000 101111 100110 111101

Color Harmonies of #C2B176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B176

Black with #C2B176

Text Example


Text Example

White with #C2B176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B176; }

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

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

background-color css

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

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

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

border-color css

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

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

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