Html Css Color HEX #C5B47F Ecru

📋 copy color: '#C5B47F'

red 197 ◦ green 180 ◦ blue 127

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

Shades of Ecru #C5B47F

Tints of Ecru #C5B47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.2%

R = 39.09%
G = 35.71%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5B47F (or 0xC5B47F) is known color: Ecru. HEX triplet: C5, B4 and 7F. RGB value is (197,180,127). Sum of RGB (Red+Green+Blue) = 197+180+127=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B47F is #3A4B80. Grayscale: #B3B3B3. Windows color (decimal): -3820417 or 8369349. OLE color: 8369349.

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

Color convert

RGB 197 180 127 -
CMYK 0 0.09 0.36 0.23
HSL 45.43º 0.38% 0.64% -
HSV(B) 45.43º 0.36% 0.77% -
XYZ 43.18 46.05 26.69 -
YUV 179.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 197 180 127 0 0.09 0.36 0.23 45.43 0.38 0.64
Hex C5 B4 7F 0 9 24 17 2D 26 40
Octal 305 264 177 0 11 44 27 55 46 100
Binary 11000101 10110100 1111111 0 1001 100100 10111 101101 100110 1000000

Color Harmonies of #C5B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B47F

Black with #C5B47F

Text Example


Text Example

White with #C5B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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