Html Css Color HEX #C2AC7D Ecru

📋 copy color: '#C2AC7D'

red 194 ◦ green 172 ◦ blue 125

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

Shades of Ecru #C2AC7D

Tints of Ecru #C2AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 39.51%
G = 35.03%
B = 25.46%

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

#C2AC7D (or 0xC2AC7D) is known color: Ecru. HEX triplet: C2, AC and 7D. RGB value is (194,172,125). Sum of RGB (Red+Green+Blue) = 194+172+125=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC7D is #3D5382. Grayscale: #ADADAD. Windows color (decimal): -4019075 or 8236226. OLE color: 8236226.

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

Color convert

RGB 194 172 125 -
CMYK 0 0.11 0.36 0.24
HSL 40.87º 0.36% 0.63% -
HSV(B) 40.87º 0.36% 0.76% -
XYZ 40.7 42.46 25.45 -
YUV 173.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 194 172 125 0 0.11 0.36 0.24 40.87 0.36 0.63
Hex C2 AC 7D 0 B 24 18 29 24 3F
Octal 302 254 175 0 13 44 30 51 44 77
Binary 11000010 10101100 1111101 0 1011 100100 11000 101001 100100 111111

Color Harmonies of #C2AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC7D

Black with #C2AC7D

Text Example


Text Example

White with #C2AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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