#C0A688

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

Shades of Rodeo Dust #C0A688

Tints of Rodeo Dust #C0A688

Color information

#C0A688 (or 0xC0A688) is unknown color: approx Rodeo Dust. HEX triplet: C0, A6 and 88. RGB value is (192,166,136). Sum of RGB (Red+Green+Blue) = 192+166+136=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A688 is #3F5977. Grayscale: #AAAAAA. Windows color (decimal): -4151672 or 8955584. OLE color: 8955584.

HSL color Cylindrical-coordinate representation of color #C0A688: hue angle of 32.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A688 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192166136-
CMYK00.140.290.25
HSL32.14º30.77%64.31%-
HSV(B)32.14º29.17%75.29%-
XYZ39.8240.2628.96-
YUV170.35108.61143.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=38.87%
G=33.60%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216613600.140.290.2532.1430.7764.31
HexC0A6880E1D19201f40
Octal30024621001635314037100
Binary110000001010011010001000011101110111001100000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A688; }

 p { color: rgb(192,166,136); }

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

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

 a { background-color: rgb(192,166,136); }

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

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

 span { border-color: rgb(192,166,136); }

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