#C6AB84

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

Shades of Rodeo Dust #C6AB84

Tints of Rodeo Dust #C6AB84

Color information

#C6AB84 (or 0xC6AB84) is unknown color: approx Rodeo Dust. HEX triplet: C6, AB and 84. RGB value is (198,171,132). Sum of RGB (Red+Green+Blue) = 198+171+132=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB84 is #39547B. Grayscale: #AEAEAE. Windows color (decimal): -3757180 or 8694726. OLE color: 8694726.

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

Color convert

RGB198171132-
CMYK00.140.330.22
HSL35.45º36.67%64.71%-
HSV(B)35.45º33.33%77.65%-
XYZ42.0242.827.88-
YUV174.63103.95144.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=39.52%
G=34.13%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817113200.140.330.2235.4536.6764.71
HexC6AB840E2116232541
Octal30625320401641264345101
Binary11000110101010111000010001110100001101101000111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB84; }

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

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

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

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

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

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

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

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