#C0A380

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

Shades of Rodeo Dust #C0A380

Tints of Rodeo Dust #C0A380

Color information

#C0A380 (or 0xC0A380) is unknown color: approx Rodeo Dust. HEX triplet: C0, A3 and 80. RGB value is (192,163,128). Sum of RGB (Red+Green+Blue) = 192+163+128=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A380 is #3F5C7F. Grayscale: #A7A7A7. Windows color (decimal): -4152448 or 8430528. OLE color: 8430528.

HSL color Cylindrical-coordinate representation of color #C0A380: hue angle of 32.81º degrees, saturation: 0.34, 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 #C0A380 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192163128-
CMYK00.150.330.25
HSL32.81º33.68%62.75%-
HSV(B)32.81º33.33%75.29%-
XYZ38.7338.9625.9-
YUV167.68105.61145.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=39.75%
G=33.75%
B=26.50%

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
Decimal19216312800.150.330.2532.8133.6862.75
HexC0A3800F211921223f
Octal3002432000174131414277
Binary1100000010100011100000000111110000111001100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A380; }

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

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

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

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

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

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

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

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