Html Css Color HEX #C1B080 Ecru

📋 copy color: '#C1B080'

red 193 ◦ green 176 ◦ blue 128

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

Shades of Ecru #C1B080

Tints of Ecru #C1B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 38.83%
G = 35.41%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1B080 (or 0xC1B080) is known color: Ecru. HEX triplet: C1, B0 and 80. RGB value is (193,176,128). Sum of RGB (Red+Green+Blue) = 193+176+128=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B080 is #3E4F7F. Grayscale: #AFAFAF. Windows color (decimal): -4083584 or 8433857. OLE color: 8433857.

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

Color convert

RGB 193 176 128 -
CMYK 0 0.09 0.34 0.24
HSL 44.31º 0.34% 0.63% -
HSV(B) 44.31º 0.34% 0.76% -
XYZ 41.41 43.95 26.72 -
YUV 175.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 193 176 128 0 0.09 0.34 0.24 44.31 0.34 0.63
Hex C1 B0 80 0 9 22 18 2C 22 3F
Octal 301 260 200 0 11 42 30 54 42 77
Binary 11000001 10110000 10000000 0 1001 100010 11000 101100 100010 111111

Color Harmonies of #C1B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B080

Black with #C1B080

Text Example


Text Example

White with #C1B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B080; }

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

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

background-color css

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

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

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

border-color css

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

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

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