Html Css Color HEX #C4AF82 Ecru

📋 copy color: '#C4AF82'

red 196 ◦ green 175 ◦ blue 130

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

Shades of Ecru #C4AF82

Tints of Ecru #C4AF82

RGB

 RED value IS 196 (76.95% from 255) = 39.12%

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

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

R = 39.12%
G = 34.93%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4AF82 (or 0xC4AF82) is known color: Ecru. HEX triplet: C4, AF and 82. RGB value is (196,175,130). Sum of RGB (Red+Green+Blue) = 196+175+130=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF82 is #3B507D. Grayscale: #B0B0B0. Windows color (decimal): -3887230 or 8564676. OLE color: 8564676.

HSL color Cylindrical-coordinate representation of color #C4AF82: hue angle of 40.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4AF82 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 130 -
CMYK 0 0.11 0.34 0.23
HSL 40.91º 0.36% 0.64% -
HSV(B) 40.91º 0.34% 0.77% -
XYZ 42.12 44.01 27.39 -
YUV 176.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 196 175 130 0 0.11 0.34 0.23 40.91 0.36 0.64
Hex C4 AF 82 0 B 22 17 29 24 40
Octal 304 257 202 0 13 42 27 51 44 100
Binary 11000100 10101111 10000010 0 1011 100010 10111 101001 100100 1000000

Color Harmonies of #C4AF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF82

Black with #C4AF82

Text Example


Text Example

White with #C4AF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF82; }

 p { color: rgb(196,175,130); }

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

background-color css

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

 a { background-color: rgb(196,175,130); }

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

border-color css

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

 span { border-color: rgb(196,175,130); }

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