Html Css Color HEX #C2AD7D Ecru

📋 copy color: '#C2AD7D'

red 194 ◦ green 173 ◦ blue 125

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

Shades of Ecru #C2AD7D

Tints of Ecru #C2AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 39.43%
G = 35.16%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2AD7D (or 0xC2AD7D) is known color: Ecru. HEX triplet: C2, AD and 7D. RGB value is (194,173,125). Sum of RGB (Red+Green+Blue) = 194+173+125=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD7D is #3D5282. Grayscale: #AEAEAE. Windows color (decimal): -4018819 or 8236482. OLE color: 8236482.

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

Color convert

RGB 194 173 125 -
CMYK 0 0.11 0.36 0.24
HSL 41.74º 0.36% 0.63% -
HSV(B) 41.74º 0.36% 0.76% -
XYZ 40.89 42.84 25.52 -
YUV 173.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 194 173 125 0 0.11 0.36 0.24 41.74 0.36 0.63
Hex C2 AD 7D 0 B 24 18 2A 24 3F
Octal 302 255 175 0 13 44 30 52 44 77
Binary 11000010 10101101 1111101 0 1011 100100 11000 101010 100100 111111

Color Harmonies of #C2AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD7D

Black with #C2AD7D

Text Example


Text Example

White with #C2AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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