Html Css Color HEX #C6AE82 Ecru

📋 copy color: '#C6AE82'

red 198 ◦ green 174 ◦ blue 130

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

Shades of Ecru #C6AE82

Tints of Ecru #C6AE82

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

 GREEN value IS 174 (68.36% from 255) = 34.66%

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 39.44%
G = 34.66%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C6AE82 (or 0xC6AE82) is known color: Ecru. HEX triplet: C6, AE and 82. RGB value is (198,174,130). Sum of RGB (Red+Green+Blue) = 198+174+130=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AE82 is #39517D. Grayscale: #B0B0B0. Windows color (decimal): -3756414 or 8564422. OLE color: 8564422.

HSL color Cylindrical-coordinate representation of color #C6AE82: hue angle of 38.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6AE82 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 174 130 -
CMYK 0 0.12 0.34 0.22
HSL 38.82º 0.37% 0.64% -
HSV(B) 38.82º 0.34% 0.78% -
XYZ 42.45 43.89 27.35 -
YUV 176.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 198 174 130 0 0.12 0.34 0.22 38.82 0.37 0.64
Hex C6 AE 82 0 C 22 16 27 25 40
Octal 306 256 202 0 14 42 26 47 45 100
Binary 11000110 10101110 10000010 0 1100 100010 10110 100111 100101 1000000

Color Harmonies of #C6AE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AE82

Black with #C6AE82

Text Example


Text Example

White with #C6AE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AE82; }

 p { color: rgb(198,174,130); }

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

background-color css

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

 a { background-color: rgb(198,174,130); }

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

border-color css

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

 span { border-color: rgb(198,174,130); }

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