Html Css Color HEX #C2B476 Ecru

📋 copy color: '#C2B476'

red 194 ◦ green 180 ◦ blue 118

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

Shades of Ecru #C2B476

Tints of Ecru #C2B476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

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

R = 39.43%
G = 36.59%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2B476 (or 0xC2B476) is known color: Ecru. HEX triplet: C2, B4 and 76. RGB value is (194,180,118). Sum of RGB (Red+Green+Blue) = 194+180+118=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B476 is #3D4B89. Grayscale: #B1B1B1. Windows color (decimal): -4017034 or 7779522. OLE color: 7779522.

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

Color convert

RGB 194 180 118 -
CMYK 0 0.07 0.39 0.24
HSL 48.95º 0.38% 0.61% -
HSV(B) 48.95º 0.39% 0.76% -
XYZ 41.84 45.42 23.7 -
YUV 177.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 194 180 118 0 0.07 0.39 0.24 48.95 0.38 0.61
Hex C2 B4 76 0 7 27 18 31 26 3D
Octal 302 264 166 0 7 47 30 61 46 75
Binary 11000010 10110100 1110110 0 111 100111 11000 110001 100110 111101

Color Harmonies of #C2B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B476

Black with #C2B476

Text Example


Text Example

White with #C2B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B476; }

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

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

background-color css

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

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

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

border-color css

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

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

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