#C6AB8E

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

Shades of Rodeo Dust #C6AB8E

Tints of Rodeo Dust #C6AB8E

Color information

#C6AB8E (or 0xC6AB8E) is unknown color: approx Rodeo Dust. HEX triplet: C6, AB and 8E. RGB value is (198,171,142). Sum of RGB (Red+Green+Blue) = 198+171+142=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB8E is #395471. Grayscale: #AFAFAF. Windows color (decimal): -3757170 or 9350086. OLE color: 9350086.

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

Color convert

RGB198171142-
CMYK00.140.280.22
HSL31.07º32.94%66.67%-
HSV(B)31.07º28.28%77.65%-
XYZ42.7343.0831.66-
YUV175.77108.95143.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=38.75%
G=33.46%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817114200.140.280.2231.0732.9466.67
HexC6AB8E0E1C161f2143
Octal30625321601634263741103
Binary110001101010101110001110011101110010110111111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB8E; }

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

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

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

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

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

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

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

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