Html Css Color HEX #C4B174 Ecru

📋 copy color: '#C4B174'

red 196 ◦ green 177 ◦ blue 116

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

Shades of Ecru #C4B174

Tints of Ecru #C4B174

RGB

 RED value IS 196 (76.95% from 255) = 40.08%

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 40.08%
G = 36.2%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C4B174 (or 0xC4B174) is known color: Ecru. HEX triplet: C4, B1 and 74. RGB value is (196,177,116). Sum of RGB (Red+Green+Blue) = 196+177+116=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B174 is #3B4E8B. Grayscale: #AFAFAF. Windows color (decimal): -3886732 or 7647684. OLE color: 7647684.

HSL color Cylindrical-coordinate representation of color #C4B174: hue angle of 45.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4B174 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 116 -
CMYK 0 0.10 0.41 0.23
HSL 45.75º 0.4% 0.61% -
HSV(B) 45.75º 0.41% 0.77% -
XYZ 41.64 44.44 22.91 -
YUV 175.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 196 177 116 0 0.10 0.41 0.23 45.75 0.4 0.61
Hex C4 B1 74 0 A 29 17 2E 28 3D
Octal 304 261 164 0 12 51 27 56 50 75
Binary 11000100 10110001 1110100 0 1010 101001 10111 101110 101000 111101

Color Harmonies of #C4B174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B174

Black with #C4B174

Text Example


Text Example

White with #C4B174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B174; }

 p { color: rgb(196,177,116); }

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

background-color css

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

 a { background-color: rgb(196,177,116); }

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

border-color css

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

 span { border-color: rgb(196,177,116); }

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