Html Css Color HEX #C4B185 Ecru

📋 copy color: '#C4B185'

red 196 ◦ green 177 ◦ blue 133

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

Shades of Ecru #C4B185

Tints of Ecru #C4B185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 38.74%
G = 34.98%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C4B185 (or 0xC4B185) is known color: Ecru. HEX triplet: C4, B1 and 85. RGB value is (196,177,133). Sum of RGB (Red+Green+Blue) = 196+177+133=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B185 is #3B4E7A. Grayscale: #B1B1B1. Windows color (decimal): -3886715 or 8761796. OLE color: 8761796.

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

Color convert

RGB 196 177 133 -
CMYK 0 0.10 0.32 0.23
HSL 41.9º 0.35% 0.65% -
HSV(B) 41.9º 0.32% 0.77% -
XYZ 42.72 44.87 28.6 -
YUV 177.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 196 177 133 0 0.10 0.32 0.23 41.9 0.35 0.65
Hex C4 B1 85 0 A 20 17 2A 23 41
Octal 304 261 205 0 12 40 27 52 43 101
Binary 11000100 10110001 10000101 0 1010 100000 10111 101010 100011 1000001

Color Harmonies of #C4B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B185

Black with #C4B185

Text Example


Text Example

White with #C4B185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B185; }

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

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

background-color css

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

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

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

border-color css

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

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

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