#C0A78A

Color #C0A78A Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C0A78A

Tints of Rodeo Dust #C0A78A

Color information

#C0A78A (or 0xC0A78A) is unknown color: approx Rodeo Dust. HEX triplet: C0, A7 and 8A. RGB value is (192,167,138). Sum of RGB (Red+Green+Blue) = 192+167+138=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A78A is #3F5875. Grayscale: #ABABAB. Windows color (decimal): -4151414 or 9086912. OLE color: 9086912.

HSL color Cylindrical-coordinate representation of color #C0A78A: hue angle of 32.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0A78A is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB192167138-
CMYK00.130.280.25
HSL32.22º30%64.71%-
HSV(B)32.22º28.12%75.29%-
XYZ40.1440.6829.78-
YUV171.17109.28142.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=38.63%
G=33.60%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216713800.130.280.2532.223064.71
HexC0A78A0D1C19201e41
Octal30024721201534314036101
Binary110000001010011110001010011011110011001100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A78A; }

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

 H1.HeaderClassName
 {
   color: #C0A78A;
 }
 .AnyTagClassName
 {
   color: #C0A78A;
 }
</style>
background-color css

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

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

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

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

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

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