Html Css Color HEX #C2AA7B Ecru

📋 copy color: '#C2AA7B'

red 194 ◦ green 170 ◦ blue 123

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

Shades of Ecru #C2AA7B

Tints of Ecru #C2AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 39.84%
G = 34.91%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2AA7B (or 0xC2AA7B) is known color: Ecru. HEX triplet: C2, AA and 7B. RGB value is (194,170,123). Sum of RGB (Red+Green+Blue) = 194+170+123=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA7B is #3D5584. Grayscale: #ACACAC. Windows color (decimal): -4019589 or 8104642. OLE color: 8104642.

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

Color convert

RGB 194 170 123 -
CMYK 0 0.12 0.37 0.24
HSL 39.72º 0.37% 0.62% -
HSV(B) 39.72º 0.37% 0.76% -
XYZ 40.2 41.65 24.66 -
YUV 171.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 194 170 123 0 0.12 0.37 0.24 39.72 0.37 0.62
Hex C2 AA 7B 0 C 25 18 28 25 3E
Octal 302 252 173 0 14 45 30 50 45 76
Binary 11000010 10101010 1111011 0 1100 100101 11000 101000 100101 111110

Color Harmonies of #C2AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA7B

Black with #C2AA7B

Text Example


Text Example

White with #C2AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA7B; }

 p { color: rgb(194,170,123); }

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

background-color css

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

 a { background-color: rgb(194,170,123); }

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

border-color css

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

 span { border-color: rgb(194,170,123); }

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