Html Css Color HEX #C3AF85 Ecru

📋 copy color: '#C3AF85'

red 195 ◦ green 175 ◦ blue 133

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

Shades of Ecru #C3AF85

Tints of Ecru #C3AF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 38.77%
G = 34.79%
B = 26.44%

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

#C3AF85 (or 0xC3AF85) is known color: Ecru. HEX triplet: C3, AF and 85. RGB value is (195,175,133). Sum of RGB (Red+Green+Blue) = 195+175+133=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF85 is #3C507A. Grayscale: #B0B0B0. Windows color (decimal): -3952763 or 8761283. OLE color: 8761283.

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

Color convert

RGB 195 175 133 -
CMYK 0 0.10 0.32 0.24
HSL 40.65º 0.34% 0.64% -
HSV(B) 40.65º 0.32% 0.76% -
XYZ 42.07 43.96 28.46 -
YUV 176.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 195 175 133 0 0.10 0.32 0.24 40.65 0.34 0.64
Hex C3 AF 85 0 A 20 18 29 22 40
Octal 303 257 205 0 12 40 30 51 42 100
Binary 11000011 10101111 10000101 0 1010 100000 11000 101001 100010 1000000

Color Harmonies of #C3AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF85

Black with #C3AF85

Text Example


Text Example

White with #C3AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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