Html Css Color HEX #C2AC7F Ecru

📋 copy color: '#C2AC7F'

red 194 ◦ green 172 ◦ blue 127

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

Shades of Ecru #C2AC7F

Tints of Ecru #C2AC7F

RGB

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

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

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

R = 39.35%
G = 34.89%
B = 25.76%

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

#C2AC7F (or 0xC2AC7F) is known color: Ecru. HEX triplet: C2, AC and 7F. RGB value is (194,172,127). Sum of RGB (Red+Green+Blue) = 194+172+127=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC7F is #3D5380. Grayscale: #ADADAD. Windows color (decimal): -4019073 or 8367298. OLE color: 8367298.

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

Color convert

RGB 194 172 127 -
CMYK 0 0.11 0.35 0.24
HSL 40.3º 0.35% 0.63% -
HSV(B) 40.3º 0.35% 0.76% -
XYZ 40.83 42.51 26.13 -
YUV 173.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 194 172 127 0 0.11 0.35 0.24 40.3 0.35 0.63
Hex C2 AC 7F 0 B 23 18 28 23 3F
Octal 302 254 177 0 13 43 30 50 43 77
Binary 11000010 10101100 1111111 0 1011 100011 11000 101000 100011 111111

Color Harmonies of #C2AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC7F

Black with #C2AC7F

Text Example


Text Example

White with #C2AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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