Html Css Color HEX #C0A478 Fallow

📋 copy color: '#C0A478'

red 192 ◦ green 164 ◦ blue 120

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

Shades of Fallow #C0A478

Tints of Fallow #C0A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

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

R = 40.34%
G = 34.45%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0A478 (or 0xC0A478) is known color: Fallow. HEX triplet: C0, A4 and 78. RGB value is (192,164,120). Sum of RGB (Red+Green+Blue) = 192+164+120=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A478 is #3F5B87. Grayscale: #A7A7A7. Windows color (decimal): -4152200 or 7906496. OLE color: 7906496.

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

Color convert

RGB 192 164 120 -
CMYK 0 0.15 0.38 0.25
HSL 36.67º 0.36% 0.61% -
HSV(B) 36.67º 0.38% 0.75% -
XYZ 38.4 39.11 23.29 -
YUV 167.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 192 164 120 0 0.15 0.38 0.25 36.67 0.36 0.61
Hex C0 A4 78 0 F 26 19 25 24 3D
Octal 300 244 170 0 17 46 31 45 44 75
Binary 11000000 10100100 1111000 0 1111 100110 11001 100101 100100 111101

Color Harmonies of #C0A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A478

Black with #C0A478

Text Example


Text Example

White with #C0A478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A478; }

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

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

background-color css

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

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

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

border-color css

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

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

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