#C0A78B

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

Shades of Rodeo Dust #C0A78B

Tints of Rodeo Dust #C0A78B

Color information

#C0A78B (or 0xC0A78B) is unknown color: approx Rodeo Dust. HEX triplet: C0, A7 and 8B. RGB value is (192,167,139). Sum of RGB (Red+Green+Blue) = 192+167+139=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A78B is #3F5874. Grayscale: #ABABAB. Windows color (decimal): -4151413 or 9152448. OLE color: 9152448.

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

Color convert

RGB192167139-
CMYK00.130.280.25
HSL31.7º29.61%64.9%-
HSV(B)31.7º27.6%75.29%-
XYZ40.2240.7130.16-
YUV171.28109.78142.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=38.55%
G=33.53%
B=27.91%

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
Decimal19216713900.130.280.2531.729.6164.9
HexC0A78B0D1C19201e41
Octal30024721301534314036101
Binary110000001010011110001011011011110011001100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A78B; }

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

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

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

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

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

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

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

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