#C0A17D

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

Shades of Rodeo Dust #C0A17D

Tints of Rodeo Dust #C0A17D

Color information

#C0A17D (or 0xC0A17D) is unknown color: approx Rodeo Dust. HEX triplet: C0, A1 and 7D. RGB value is (192,161,125). Sum of RGB (Red+Green+Blue) = 192+161+125=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A17D is #3F5E82. Grayscale: #A6A6A6. Windows color (decimal): -4152963 or 8233408. OLE color: 8233408.

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

Color convert

RGB192161125-
CMYK00.160.350.25
HSL32.24º34.72%62.16%-
HSV(B)32.24º34.9%75.29%-
XYZ38.1838.1824.76-
YUV166.16104.77146.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=40.17%
G=33.68%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216112500.160.350.2532.2434.7262.16
HexC0A17D010231920233e
Octal3002411750204331404376
Binary1100000010100001111110101000010001111001100000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A17D; }

 p { color: rgb(192,161,125); }

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

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

 a { background-color: rgb(192,161,125); }

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

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

 span { border-color: rgb(192,161,125); }

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