Html Css Color HEX #C4B372 Ecru

📋 copy color: '#C4B372'

red 196 ◦ green 179 ◦ blue 114

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

Shades of Ecru #C4B372

Tints of Ecru #C4B372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 40.08%
G = 36.61%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4B372 (or 0xC4B372) is known color: Ecru. HEX triplet: C4, B3 and 72. RGB value is (196,179,114). Sum of RGB (Red+Green+Blue) = 196+179+114=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B372 is #3B4C8D. Grayscale: #B0B0B0. Windows color (decimal): -3886222 or 7517124. OLE color: 7517124.

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

Color convert

RGB 196 179 114 -
CMYK 0 0.09 0.42 0.23
HSL 47.56º 0.41% 0.61% -
HSV(B) 47.56º 0.42% 0.77% -
XYZ 41.92 45.19 22.43 -
YUV 176.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 196 179 114 0 0.09 0.42 0.23 47.56 0.41 0.61
Hex C4 B3 72 0 9 2A 17 30 29 3D
Octal 304 263 162 0 11 52 27 60 51 75
Binary 11000100 10110011 1110010 0 1001 101010 10111 110000 101001 111101

Color Harmonies of #C4B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B372

Black with #C4B372

Text Example


Text Example

White with #C4B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B372; }

 p { color: rgb(196,179,114); }

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

background-color css

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

 a { background-color: rgb(196,179,114); }

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

border-color css

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

 span { border-color: rgb(196,179,114); }

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