#C6A97D

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

Shades of Rodeo Dust #C6A97D

Tints of Rodeo Dust #C6A97D

Color information

#C6A97D (or 0xC6A97D) is unknown color: approx Rodeo Dust. HEX triplet: C6, A9 and 7D. RGB value is (198,169,125). Sum of RGB (Red+Green+Blue) = 198+169+125=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A97D is #395682. Grayscale: #ACACAC. Windows color (decimal): -3757699 or 8235462. OLE color: 8235462.

HSL color Cylindrical-coordinate representation of color #C6A97D: hue angle of 36.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6A97D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198169125-
CMYK00.150.370.22
HSL36.16º39.04%63.33%-
HSV(B)36.16º36.87%77.65%-
XYZ41.1841.8625.31-
YUV172.65101.11146.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=40.24%
G=34.35%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816912500.150.370.2236.1639.0463.33
HexC6A97D0F251624273f
Octal3062511750174526444777
Binary110001101010100111111010111110010110110100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A97D; }

 p { color: rgb(198,169,125); }

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

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

 a { background-color: rgb(198,169,125); }

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

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

 span { border-color: rgb(198,169,125); }

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