Html Css Color HEX #C2AC7A Ecru

📋 copy color: '#C2AC7A'

red 194 ◦ green 172 ◦ blue 122

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

Shades of Ecru #C2AC7A

Tints of Ecru #C2AC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 39.75%
G = 35.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2AC7A (or 0xC2AC7A) is known color: Ecru. HEX triplet: C2, AC and 7A. RGB value is (194,172,122). Sum of RGB (Red+Green+Blue) = 194+172+122=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC7A is #3D5385. Grayscale: #ADADAD. Windows color (decimal): -4019078 or 8039618. OLE color: 8039618.

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

Color convert

RGB 194 172 122 -
CMYK 0 0.11 0.37 0.24
HSL 41.67º 0.37% 0.62% -
HSV(B) 41.67º 0.37% 0.76% -
XYZ 40.51 42.38 24.46 -
YUV 172.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 194 172 122 0 0.11 0.37 0.24 41.67 0.37 0.62
Hex C2 AC 7A 0 B 25 18 2A 25 3E
Octal 302 254 172 0 13 45 30 52 45 76
Binary 11000010 10101100 1111010 0 1011 100101 11000 101010 100101 111110

Color Harmonies of #C2AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC7A

Black with #C2AC7A

Text Example


Text Example

White with #C2AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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