Html Css Color HEX #C0AE82 Ecru

📋 copy color: '#C0AE82'

red 192 ◦ green 174 ◦ blue 130

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

Shades of Ecru #C0AE82

Tints of Ecru #C0AE82

RGB

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

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

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

R = 38.71%
G = 35.08%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0AE82 (or 0xC0AE82) is known color: Ecru. HEX triplet: C0, AE and 82. RGB value is (192,174,130). Sum of RGB (Red+Green+Blue) = 192+174+130=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE82 is #3F517D. Grayscale: #AEAEAE. Windows color (decimal): -4149630 or 8564416. OLE color: 8564416.

HSL color Cylindrical-coordinate representation of color #C0AE82: hue angle of 42.58º 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 #C0AE82 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 130 -
CMYK 0 0.09 0.32 0.25
HSL 42.58º 0.33% 0.63% -
HSV(B) 42.58º 0.32% 0.75% -
XYZ 40.9 43.09 27.28 -
YUV 174.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 192 174 130 0 0.09 0.32 0.25 42.58 0.33 0.63
Hex C0 AE 82 0 9 20 19 2B 21 3F
Octal 300 256 202 0 11 40 31 53 41 77
Binary 11000000 10101110 10000010 0 1001 100000 11001 101011 100001 111111

Color Harmonies of #C0AE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE82

Black with #C0AE82

Text Example


Text Example

White with #C0AE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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