#C6A87D

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

Shades of Rodeo Dust #C6A87D

Tints of Rodeo Dust #C6A87D

Color information

#C6A87D (or 0xC6A87D) is unknown color: approx Rodeo Dust. HEX triplet: C6, A8 and 7D. RGB value is (198,168,125). Sum of RGB (Red+Green+Blue) = 198+168+125=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A87D is #395782. Grayscale: #ACACAC. Windows color (decimal): -3757955 or 8235206. OLE color: 8235206.

HSL color Cylindrical-coordinate representation of color #C6A87D: hue angle of 35.34º 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 #C6A87D is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198168125-
CMYK00.150.370.22
HSL35.34º39.04%63.33%-
HSV(B)35.34º36.87%77.65%-
XYZ40.9941.4925.25-
YUV172.07101.44146.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=40.33%
G=34.22%
B=25.46%

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
Decimal19816812500.150.370.2235.3439.0463.33
HexC6A87D0F251623273f
Octal3062501750174526434777
Binary110001101010100011111010111110010110110100011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A87D; }

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

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

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

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

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

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

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

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