Html Css Color HEX #C0AD82 Ecru

📋 copy color: '#C0AD82'

red 192 ◦ green 173 ◦ blue 130

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

Shades of Ecru #C0AD82

Tints of Ecru #C0AD82

RGB

 RED value IS 192 (75.39% from 255) = 38.79%

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

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

R = 38.79%
G = 34.95%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0AD82 (or 0xC0AD82) is known color: Ecru. HEX triplet: C0, AD and 82. RGB value is (192,173,130). Sum of RGB (Red+Green+Blue) = 192+173+130=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD82 is #3F527D. Grayscale: #ADADAD. Windows color (decimal): -4149886 or 8564160. OLE color: 8564160.

HSL color Cylindrical-coordinate representation of color #C0AD82: hue angle of 41.61º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0AD82 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 130 -
CMYK 0 0.10 0.32 0.25
HSL 41.61º 0.33% 0.63% -
HSV(B) 41.61º 0.32% 0.75% -
XYZ 40.71 42.71 27.22 -
YUV 173.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 192 173 130 0 0.10 0.32 0.25 41.61 0.33 0.63
Hex C0 AD 82 0 A 20 19 2A 21 3F
Octal 300 255 202 0 12 40 31 52 41 77
Binary 11000000 10101101 10000010 0 1010 100000 11001 101010 100001 111111

Color Harmonies of #C0AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD82

Black with #C0AD82

Text Example


Text Example

White with #C0AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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