Html Css Color HEX #C4AD82 Ecru

📋 copy color: '#C4AD82'

red 196 ◦ green 173 ◦ blue 130

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

Shades of Ecru #C4AD82

Tints of Ecru #C4AD82

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 39.28%
G = 34.67%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4AD82 (or 0xC4AD82) is known color: Ecru. HEX triplet: C4, AD and 82. RGB value is (196,173,130). Sum of RGB (Red+Green+Blue) = 196+173+130=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD82 is #3B527D. Grayscale: #AFAFAF. Windows color (decimal): -3887742 or 8564164. OLE color: 8564164.

HSL color Cylindrical-coordinate representation of color #C4AD82: hue angle of 39.09º 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 #C4AD82 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 130 -
CMYK 0 0.12 0.34 0.23
HSL 39.09º 0.36% 0.64% -
HSV(B) 39.09º 0.34% 0.77% -
XYZ 41.74 43.23 27.26 -
YUV 174.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 196 173 130 0 0.12 0.34 0.23 39.09 0.36 0.64
Hex C4 AD 82 0 C 22 17 27 24 40
Octal 304 255 202 0 14 42 27 47 44 100
Binary 11000100 10101101 10000010 0 1100 100010 10111 100111 100100 1000000

Color Harmonies of #C4AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD82

Black with #C4AD82

Text Example


Text Example

White with #C4AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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