Html Css Color HEX #C2AF85 Ecru

📋 copy color: '#C2AF85'

red 194 ◦ green 175 ◦ blue 133

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

Shades of Ecru #C2AF85

Tints of Ecru #C2AF85

RGB

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

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

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

R = 38.65%
G = 34.86%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C2AF85 (or 0xC2AF85) is known color: Ecru. HEX triplet: C2, AF and 85. RGB value is (194,175,133). Sum of RGB (Red+Green+Blue) = 194+175+133=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF85 is #3D507A. Grayscale: #B0B0B0. Windows color (decimal): -4018299 or 8761282. OLE color: 8761282.

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

Color convert

RGB 194 175 133 -
CMYK 0 0.10 0.31 0.24
HSL 41.31º 0.33% 0.64% -
HSV(B) 41.31º 0.31% 0.76% -
XYZ 41.81 43.82 28.45 -
YUV 175.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 194 175 133 0 0.10 0.31 0.24 41.31 0.33 0.64
Hex C2 AF 85 0 A 1F 18 29 21 40
Octal 302 257 205 0 12 37 30 51 41 100
Binary 11000010 10101111 10000101 0 1010 11111 11000 101001 100001 1000000

Color Harmonies of #C2AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF85

Black with #C2AF85

Text Example


Text Example

White with #C2AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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