#C0A58B

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

Shades of Rodeo Dust #C0A58B

Tints of Rodeo Dust #C0A58B

Color information

#C0A58B (or 0xC0A58B) is unknown color: approx Rodeo Dust. HEX triplet: C0, A5 and 8B. RGB value is (192,165,139). Sum of RGB (Red+Green+Blue) = 192+165+139=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A58B is #3F5A74. Grayscale: #AAAAAA. Windows color (decimal): -4151925 or 9151936. OLE color: 9151936.

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

Color convert

RGB192165139-
CMYK00.140.280.25
HSL29.43º29.61%64.9%-
HSV(B)29.43º27.6%75.29%-
XYZ39.8539.9830.04-
YUV170.11110.45143.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=38.71%
G=33.27%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216513900.140.280.2529.4329.6164.9
HexC0A58B0E1C191d1e41
Octal30024521301634313536101
Binary11000000101001011000101101110111001100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A58B; }

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

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

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

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

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

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

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

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