Html Css Color HEX #C3AF84 Ecru

📋 copy color: '#C3AF84'

red 195 ◦ green 175 ◦ blue 132

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

Shades of Ecru #C3AF84

Tints of Ecru #C3AF84

RGB

 RED value IS 195 (76.56% from 255) = 38.84%

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

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

R = 38.84%
G = 34.86%
B = 26.29%

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

#C3AF84 (or 0xC3AF84) is known color: Ecru. HEX triplet: C3, AF and 84. RGB value is (195,175,132). Sum of RGB (Red+Green+Blue) = 195+175+132=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF84 is #3C507B. Grayscale: #B0B0B0. Windows color (decimal): -3952764 or 8695747. OLE color: 8695747.

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

Color convert

RGB 195 175 132 -
CMYK 0 0.10 0.32 0.24
HSL 40.95º 0.34% 0.64% -
HSV(B) 40.95º 0.32% 0.76% -
XYZ 42 43.93 28.1 -
YUV 176.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 195 175 132 0 0.10 0.32 0.24 40.95 0.34 0.64
Hex C3 AF 84 0 A 20 18 29 22 40
Octal 303 257 204 0 12 40 30 51 42 100
Binary 11000011 10101111 10000100 0 1010 100000 11000 101001 100010 1000000

Color Harmonies of #C3AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF84

Black with #C3AF84

Text Example


Text Example

White with #C3AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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