Html Css Color HEX #C2AF84 Ecru

📋 copy color: '#C2AF84'

red 194 ◦ green 175 ◦ blue 132

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

Shades of Ecru #C2AF84

Tints of Ecru #C2AF84

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

 BLUE value IS 132 (51.95% from 255) = 26.35%

R = 38.72%
G = 34.93%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C2AF84 (or 0xC2AF84) is known color: Ecru. HEX triplet: C2, AF and 84. RGB value is (194,175,132). Sum of RGB (Red+Green+Blue) = 194+175+132=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF84 is #3D507B. Grayscale: #AFAFAF. Windows color (decimal): -4018300 or 8695746. OLE color: 8695746.

HSL color Cylindrical-coordinate representation of color #C2AF84: hue angle of 41.61º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AF84 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 132 -
CMYK 0 0.10 0.32 0.24
HSL 41.61º 0.34% 0.64% -
HSV(B) 41.61º 0.32% 0.76% -
XYZ 41.74 43.8 28.08 -
YUV 175.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 194 175 132 0 0.10 0.32 0.24 41.61 0.34 0.64
Hex C2 AF 84 0 A 20 18 2A 22 40
Octal 302 257 204 0 12 40 30 52 42 100
Binary 11000010 10101111 10000100 0 1010 100000 11000 101010 100010 1000000

Color Harmonies of #C2AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF84

Black with #C2AF84

Text Example


Text Example

White with #C2AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF84; }

 p { color: rgb(194,175,132); }

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

background-color css

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

 a { background-color: rgb(194,175,132); }

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

border-color css

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

 span { border-color: rgb(194,175,132); }

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