Html Css Color HEX #C0A877 Ecru

📋 copy color: '#C0A877'

red 192 ◦ green 168 ◦ blue 119

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

Shades of Ecru #C0A877

Tints of Ecru #C0A877

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

 BLUE value IS 119 (46.88% from 255) = 24.84%

R = 40.08%
G = 35.07%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0A877 (or 0xC0A877) is known color: Ecru. HEX triplet: C0, A8 and 77. RGB value is (192,168,119). Sum of RGB (Red+Green+Blue) = 192+168+119=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A877 is #3F5788. Grayscale: #A9A9A9. Windows color (decimal): -4151177 or 7841984. OLE color: 7841984.

HSL color Cylindrical-coordinate representation of color #C0A877: hue angle of 40.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A877 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 119 -
CMYK 0 0.12 0.38 0.25
HSL 40.27º 0.37% 0.61% -
HSV(B) 40.27º 0.38% 0.75% -
XYZ 39.07 40.54 23.22 -
YUV 169.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 192 168 119 0 0.12 0.38 0.25 40.27 0.37 0.61
Hex C0 A8 77 0 C 26 19 28 25 3D
Octal 300 250 167 0 14 46 31 50 45 75
Binary 11000000 10101000 1110111 0 1100 100110 11001 101000 100101 111101

Color Harmonies of #C0A877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A877

Black with #C0A877

Text Example


Text Example

White with #C0A877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A877; }

 p { color: rgb(192,168,119); }

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

background-color css

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

 a { background-color: rgb(192,168,119); }

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

border-color css

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

 span { border-color: rgb(192,168,119); }

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