Html Css Color HEX #C0AF78 Ecru

📋 copy color: '#C0AF78'

red 192 ◦ green 175 ◦ blue 120

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

Shades of Ecru #C0AF78

Tints of Ecru #C0AF78

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

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

R = 39.43%
G = 35.93%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0AF78 (or 0xC0AF78) is known color: Ecru. HEX triplet: C0, AF and 78. RGB value is (192,175,120). Sum of RGB (Red+Green+Blue) = 192+175+120=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF78 is #3F5087. Grayscale: #AEAEAE. Windows color (decimal): -4149384 or 7909312. OLE color: 7909312.

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

Color convert

RGB 192 175 120 -
CMYK 0 0.09 0.38 0.25
HSL 45.83º 0.36% 0.61% -
HSV(B) 45.83º 0.38% 0.75% -
XYZ 40.46 43.22 23.98 -
YUV 173.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 192 175 120 0 0.09 0.38 0.25 45.83 0.36 0.61
Hex C0 AF 78 0 9 26 19 2E 24 3D
Octal 300 257 170 0 11 46 31 56 44 75
Binary 11000000 10101111 1111000 0 1001 100110 11001 101110 100100 111101

Color Harmonies of #C0AF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF78

Black with #C0AF78

Text Example


Text Example

White with #C0AF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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