Html Css Color HEX #C0A778 Ecru

📋 copy color: '#C0A778'

red 192 ◦ green 167 ◦ blue 120

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

Shades of Ecru #C0A778

Tints of Ecru #C0A778

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 40.08%
G = 34.86%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0A778 (or 0xC0A778) is known color: Ecru. HEX triplet: C0, A7 and 78. RGB value is (192,167,120). Sum of RGB (Red+Green+Blue) = 192+167+120=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A778 is #3F5887. Grayscale: #A9A9A9. Windows color (decimal): -4151432 or 7907264. OLE color: 7907264.

HSL color Cylindrical-coordinate representation of color #C0A778: hue angle of 39.17º degrees, saturation: 0.36, 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 #C0A778 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 120 -
CMYK 0 0.13 0.38 0.25
HSL 39.17º 0.36% 0.61% -
HSV(B) 39.17º 0.38% 0.75% -
XYZ 38.95 40.2 23.48 -
YUV 169.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 192 167 120 0 0.13 0.38 0.25 39.17 0.36 0.61
Hex C0 A7 78 0 D 26 19 27 24 3D
Octal 300 247 170 0 15 46 31 47 44 75
Binary 11000000 10100111 1111000 0 1101 100110 11001 100111 100100 111101

Color Harmonies of #C0A778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A778

Black with #C0A778

Text Example


Text Example

White with #C0A778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A778; }

 p { color: rgb(192,167,120); }

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

background-color css

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

 a { background-color: rgb(192,167,120); }

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

border-color css

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

 span { border-color: rgb(192,167,120); }

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