Html Css Color HEX #C1B37F Ecru

📋 copy color: '#C1B37F'

red 193 ◦ green 179 ◦ blue 127

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

Shades of Ecru #C1B37F

Tints of Ecru #C1B37F

RGB

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

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

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

R = 38.68%
G = 35.87%
B = 25.45%

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

#C1B37F (or 0xC1B37F) is known color: Ecru. HEX triplet: C1, B3 and 7F. RGB value is (193,179,127). Sum of RGB (Red+Green+Blue) = 193+179+127=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B37F is #3E4C80. Grayscale: #B1B1B1. Windows color (decimal): -4082817 or 8369089. OLE color: 8369089.

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

Color convert

RGB 193 179 127 -
CMYK 0 0.07 0.34 0.24
HSL 47.27º 0.35% 0.63% -
HSV(B) 47.27º 0.34% 0.76% -
XYZ 41.94 45.11 26.58 -
YUV 177.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 193 179 127 0 0.07 0.34 0.24 47.27 0.35 0.63
Hex C1 B3 7F 0 7 22 18 2F 23 3F
Octal 301 263 177 0 7 42 30 57 43 77
Binary 11000001 10110011 1111111 0 111 100010 11000 101111 100011 111111

Color Harmonies of #C1B37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B37F

Black with #C1B37F

Text Example


Text Example

White with #C1B37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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