Html Css Color HEX #C5B484 Ecru

📋 copy color: '#C5B484'

red 197 ◦ green 180 ◦ blue 132

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

Shades of Ecru #C5B484

Tints of Ecru #C5B484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.93%

R = 38.7%
G = 35.36%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C5B484 (or 0xC5B484) is known color: Ecru. HEX triplet: C5, B4 and 84. RGB value is (197,180,132). Sum of RGB (Red+Green+Blue) = 197+180+132=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B484 is #3A4B7B. Grayscale: #B3B3B3. Windows color (decimal): -3820412 or 8697029. OLE color: 8697029.

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

Color convert

RGB 197 180 132 -
CMYK 0 0.09 0.33 0.23
HSL 44.31º 0.36% 0.65% -
HSV(B) 44.31º 0.33% 0.77% -
XYZ 43.51 46.18 28.45 -
YUV 179.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 197 180 132 0 0.09 0.33 0.23 44.31 0.36 0.65
Hex C5 B4 84 0 9 21 17 2C 24 41
Octal 305 264 204 0 11 41 27 54 44 101
Binary 11000101 10110100 10000100 0 1001 100001 10111 101100 100100 1000001

Color Harmonies of #C5B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B484

Black with #C5B484

Text Example


Text Example

White with #C5B484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B484; }

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

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

background-color css

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

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

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

border-color css

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

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

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