Html Css Color HEX #C1AD7F Ecru

📋 copy color: '#C1AD7F'

red 193 ◦ green 173 ◦ blue 127

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

Shades of Ecru #C1AD7F

Tints of Ecru #C1AD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 39.15%
G = 35.09%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1AD7F (or 0xC1AD7F) is known color: Ecru. HEX triplet: C1, AD and 7F. RGB value is (193,173,127). Sum of RGB (Red+Green+Blue) = 193+173+127=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD7F is #3E5280. Grayscale: #ADADAD. Windows color (decimal): -4084353 or 8367553. OLE color: 8367553.

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

Color convert

RGB 193 173 127 -
CMYK 0 0.10 0.34 0.24
HSL 41.82º 0.35% 0.63% -
HSV(B) 41.82º 0.34% 0.76% -
XYZ 40.77 42.76 26.18 -
YUV 173.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 193 173 127 0 0.10 0.34 0.24 41.82 0.35 0.63
Hex C1 AD 7F 0 A 22 18 2A 23 3F
Octal 301 255 177 0 12 42 30 52 43 77
Binary 11000001 10101101 1111111 0 1010 100010 11000 101010 100011 111111

Color Harmonies of #C1AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD7F

Black with #C1AD7F

Text Example


Text Example

White with #C1AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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