#C6A484

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

Shades of Rodeo Dust #C6A484

Tints of Rodeo Dust #C6A484

Color information

#C6A484 (or 0xC6A484) is unknown color: approx Rodeo Dust. HEX triplet: C6, A4 and 84. RGB value is (198,164,132). Sum of RGB (Red+Green+Blue) = 198+164+132=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A484 is #395B7B. Grayscale: #AAAAAA. Windows color (decimal): -3758972 or 8692934. OLE color: 8692934.

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

Color convert

RGB198164132-
CMYK00.170.330.22
HSL29.09º36.67%64.71%-
HSV(B)29.09º33.33%77.65%-
XYZ40.7340.2227.45-
YUV170.52106.26147.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=40.08%
G=33.20%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816413200.170.330.2229.0936.6764.71
HexC6A48401121161d2541
Octal30624420402141263545101
Binary11000110101001001000010001000110000110110111011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A484; }

 p { color: rgb(198,164,132); }

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

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

 a { background-color: rgb(198,164,132); }

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

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

 span { border-color: rgb(198,164,132); }

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