Html Css Color HEX #C1AF84 Ecru

📋 copy color: '#C1AF84'

red 193 ◦ green 175 ◦ blue 132

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

Shades of Ecru #C1AF84

Tints of Ecru #C1AF84

RGB

 RED value IS 193 (75.78% from 255) = 38.6%

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

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

R = 38.6%
G = 35%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C1AF84 (or 0xC1AF84) is known color: Ecru. HEX triplet: C1, AF and 84. RGB value is (193,175,132). Sum of RGB (Red+Green+Blue) = 193+175+132=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF84 is #3E507B. Grayscale: #AFAFAF. Windows color (decimal): -4083836 or 8695745. OLE color: 8695745.

HSL color Cylindrical-coordinate representation of color #C1AF84: hue angle of 42.3º degrees, saturation: 0.33, 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 #C1AF84 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 175 132 -
CMYK 0 0.09 0.32 0.24
HSL 42.3º 0.33% 0.64% -
HSV(B) 42.3º 0.32% 0.76% -
XYZ 41.49 43.66 28.07 -
YUV 175.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 193 175 132 0 0.09 0.32 0.24 42.3 0.33 0.64
Hex C1 AF 84 0 9 20 18 2A 21 40
Octal 301 257 204 0 11 40 30 52 41 100
Binary 11000001 10101111 10000100 0 1001 100000 11000 101010 100001 1000000

Color Harmonies of #C1AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF84

Black with #C1AF84

Text Example


Text Example

White with #C1AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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