Html Css Color HEX #C5B388 Ecru

📋 copy color: '#C5B388'

red 197 ◦ green 179 ◦ blue 136

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

Shades of Ecru #C5B388

Tints of Ecru #C5B388

RGB

 RED value IS 197 (77.34% from 255) = 38.48%

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

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

R = 38.48%
G = 34.96%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C5B388 (or 0xC5B388) is known color: Ecru. HEX triplet: C5, B3 and 88. RGB value is (197,179,136). Sum of RGB (Red+Green+Blue) = 197+179+136=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B388 is #3A4C77. Grayscale: #B3B3B3. Windows color (decimal): -3820664 or 8958917. OLE color: 8958917.

HSL color Cylindrical-coordinate representation of color #C5B388: hue angle of 42.3º 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 #C5B388 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 136 -
CMYK 0 0.09 0.31 0.23
HSL 42.3º 0.34% 0.65% -
HSV(B) 42.3º 0.31% 0.77% -
XYZ 43.59 45.89 29.85 -
YUV 179.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 197 179 136 0 0.09 0.31 0.23 42.3 0.34 0.65
Hex C5 B3 88 0 9 1F 17 2A 22 41
Octal 305 263 210 0 11 37 27 52 42 101
Binary 11000101 10110011 10001000 0 1001 11111 10111 101010 100010 1000001

Color Harmonies of #C5B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B388

Black with #C5B388

Text Example


Text Example

White with #C5B388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B388; }

 p { color: rgb(197,179,136); }

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

background-color css

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

 a { background-color: rgb(197,179,136); }

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

border-color css

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

 span { border-color: rgb(197,179,136); }

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