Html Css Color HEX #C2AD7F Ecru

📋 copy color: '#C2AD7F'

red 194 ◦ green 173 ◦ blue 127

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

Shades of Ecru #C2AD7F

Tints of Ecru #C2AD7F

RGB

 RED value IS 194 (76.17% from 255) = 39.27%

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

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

R = 39.27%
G = 35.02%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2AD7F (or 0xC2AD7F) is known color: Ecru. HEX triplet: C2, AD and 7F. RGB value is (194,173,127). Sum of RGB (Red+Green+Blue) = 194+173+127=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD7F is #3D5280. Grayscale: #AEAEAE. Windows color (decimal): -4018817 or 8367554. OLE color: 8367554.

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

Color convert

RGB 194 173 127 -
CMYK 0 0.11 0.35 0.24
HSL 41.19º 0.35% 0.63% -
HSV(B) 41.19º 0.35% 0.76% -
XYZ 41.02 42.89 26.19 -
YUV 174.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 194 173 127 0 0.11 0.35 0.24 41.19 0.35 0.63
Hex C2 AD 7F 0 B 23 18 29 23 3F
Octal 302 255 177 0 13 43 30 51 43 77
Binary 11000010 10101101 1111111 0 1011 100011 11000 101001 100011 111111

Color Harmonies of #C2AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD7F

Black with #C2AD7F

Text Example


Text Example

White with #C2AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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