Html Css Color HEX #C4B488 Ecru

📋 copy color: '#C4B488'

red 196 ◦ green 180 ◦ blue 136

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

Shades of Ecru #C4B488

Tints of Ecru #C4B488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 38.28%
G = 35.16%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C4B488 (or 0xC4B488) is known color: Ecru. HEX triplet: C4, B4 and 88. RGB value is (196,180,136). Sum of RGB (Red+Green+Blue) = 196+180+136=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B488 is #3B4B77. Grayscale: #B3B3B3. Windows color (decimal): -3885944 or 8959172. OLE color: 8959172.

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

Color convert

RGB 196 180 136 -
CMYK 0 0.08 0.31 0.23
HSL 44º 0.34% 0.65% -
HSV(B) 44º 0.31% 0.77% -
XYZ 43.53 46.16 29.91 -
YUV 179.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 196 180 136 0 0.08 0.31 0.23 44 0.34 0.65
Hex C4 B4 88 0 8 1F 17 2C 22 41
Octal 304 264 210 0 10 37 27 54 42 101
Binary 11000100 10110100 10001000 0 1000 11111 10111 101100 100010 1000001

Color Harmonies of #C4B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B488

Black with #C4B488

Text Example


Text Example

White with #C4B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B488; }

 p { color: rgb(196,180,136); }

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

background-color css

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

 a { background-color: rgb(196,180,136); }

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

border-color css

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

 span { border-color: rgb(196,180,136); }

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