Html Css Color HEX #C2AC7B Ecru

📋 copy color: '#C2AC7B'

red 194 ◦ green 172 ◦ blue 123

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

Shades of Ecru #C2AC7B

Tints of Ecru #C2AC7B

RGB

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

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

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

R = 39.67%
G = 35.17%
B = 25.15%

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

#C2AC7B (or 0xC2AC7B) is known color: Ecru. HEX triplet: C2, AC and 7B. RGB value is (194,172,123). Sum of RGB (Red+Green+Blue) = 194+172+123=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC7B is #3D5384. Grayscale: #ADADAD. Windows color (decimal): -4019077 or 8105154. OLE color: 8105154.

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

Color convert

RGB 194 172 123 -
CMYK 0 0.11 0.37 0.24
HSL 41.41º 0.37% 0.62% -
HSV(B) 41.41º 0.37% 0.76% -
XYZ 40.58 42.4 24.79 -
YUV 172.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 194 172 123 0 0.11 0.37 0.24 41.41 0.37 0.62
Hex C2 AC 7B 0 B 25 18 29 25 3E
Octal 302 254 173 0 13 45 30 51 45 76
Binary 11000010 10101100 1111011 0 1011 100101 11000 101001 100101 111110

Color Harmonies of #C2AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC7B

Black with #C2AC7B

Text Example


Text Example

White with #C2AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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