Html Css Color HEX #C1B380 Ecru

📋 copy color: '#C1B380'

red 193 ◦ green 179 ◦ blue 128

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

Shades of Ecru #C1B380

Tints of Ecru #C1B380

RGB

 RED value IS 193 (75.78% from 255) = 38.6%

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

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 38.6%
G = 35.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1B380 (or 0xC1B380) is known color: Ecru. HEX triplet: C1, B3 and 80. RGB value is (193,179,128). Sum of RGB (Red+Green+Blue) = 193+179+128=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B380 is #3E4C7F. Grayscale: #B1B1B1. Windows color (decimal): -4082816 or 8434625. OLE color: 8434625.

HSL color Cylindrical-coordinate representation of color #C1B380: hue angle of 47.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1B380 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 128 -
CMYK 0 0.07 0.34 0.24
HSL 47.08º 0.34% 0.63% -
HSV(B) 47.08º 0.34% 0.76% -
XYZ 42.01 45.14 26.92 -
YUV 177.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 193 179 128 0 0.07 0.34 0.24 47.08 0.34 0.63
Hex C1 B3 80 0 7 22 18 2F 22 3F
Octal 301 263 200 0 7 42 30 57 42 77
Binary 11000001 10110011 10000000 0 111 100010 11000 101111 100010 111111

Color Harmonies of #C1B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B380

Black with #C1B380

Text Example


Text Example

White with #C1B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B380; }

 p { color: rgb(193,179,128); }

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

background-color css

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

 a { background-color: rgb(193,179,128); }

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

border-color css

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

 span { border-color: rgb(193,179,128); }

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