Html Css Color HEX #C0AC78 Ecru

📋 copy color: '#C0AC78'

red 192 ◦ green 172 ◦ blue 120

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

Shades of Ecru #C0AC78

Tints of Ecru #C0AC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.54%

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

R = 39.67%
G = 35.54%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0AC78 (or 0xC0AC78) is known color: Ecru. HEX triplet: C0, AC and 78. RGB value is (192,172,120). Sum of RGB (Red+Green+Blue) = 192+172+120=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC78 is #3F5387. Grayscale: #ACACAC. Windows color (decimal): -4150152 or 7908544. OLE color: 7908544.

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

Color convert

RGB 192 172 120 -
CMYK 0 0.10 0.38 0.25
HSL 43.33º 0.36% 0.61% -
HSV(B) 43.33º 0.38% 0.75% -
XYZ 39.88 42.07 23.79 -
YUV 172.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 192 172 120 0 0.10 0.38 0.25 43.33 0.36 0.61
Hex C0 AC 78 0 A 26 19 2B 24 3D
Octal 300 254 170 0 12 46 31 53 44 75
Binary 11000000 10101100 1111000 0 1010 100110 11001 101011 100100 111101

Color Harmonies of #C0AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC78

Black with #C0AC78

Text Example


Text Example

White with #C0AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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