#C0A381

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

Shades of Rodeo Dust #C0A381

Tints of Rodeo Dust #C0A381

Color information

#C0A381 (or 0xC0A381) is unknown color: approx Rodeo Dust. HEX triplet: C0, A3 and 81. RGB value is (192,163,129). Sum of RGB (Red+Green+Blue) = 192+163+129=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A381 is #3F5C7E. Grayscale: #A7A7A7. Windows color (decimal): -4152447 or 8496064. OLE color: 8496064.

HSL color Cylindrical-coordinate representation of color #C0A381: hue angle of 32.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0A381 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192163129-
CMYK00.150.330.25
HSL32.38º33.33%62.94%-
HSV(B)32.38º32.81%75.29%-
XYZ38.838.9926.25-
YUV167.8106.11145.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=39.67%
G=33.68%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216312900.150.330.2532.3833.3362.94
HexC0A3810F211920213f
Octal3002432010174131404177
Binary1100000010100011100000010111110000111001100000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A381; }

 p { color: rgb(192,163,129); }

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

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

 a { background-color: rgb(192,163,129); }

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

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

 span { border-color: rgb(192,163,129); }

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