Html Css Color HEX #C5B479 Ecru

📋 copy color: '#C5B479'

red 197 ◦ green 180 ◦ blue 121

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

Shades of Ecru #C5B479

Tints of Ecru #C5B479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.3%

R = 39.56%
G = 36.14%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5B479 (or 0xC5B479) is known color: Ecru. HEX triplet: C5, B4 and 79. RGB value is (197,180,121). Sum of RGB (Red+Green+Blue) = 197+180+121=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B479 is #3A4B86. Grayscale: #B2B2B2. Windows color (decimal): -3820423 or 7976133. OLE color: 7976133.

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

Color convert

RGB 197 180 121 -
CMYK 0 0.09 0.39 0.23
HSL 46.58º 0.4% 0.62% -
HSV(B) 46.58º 0.39% 0.77% -
XYZ 42.8 45.89 24.69 -
YUV 178.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 197 180 121 0 0.09 0.39 0.23 46.58 0.4 0.62
Hex C5 B4 79 0 9 27 17 2F 28 3E
Octal 305 264 171 0 11 47 27 57 50 76
Binary 11000101 10110100 1111001 0 1001 100111 10111 101111 101000 111110

Color Harmonies of #C5B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B479

Black with #C5B479

Text Example


Text Example

White with #C5B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B479; }

 p { color: rgb(197,180,121); }

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

background-color css

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

 a { background-color: rgb(197,180,121); }

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

border-color css

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

 span { border-color: rgb(197,180,121); }

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