#C7AB8C

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

Shades of Rodeo Dust #C7AB8C

Tints of Rodeo Dust #C7AB8C

Color information

#C7AB8C (or 0xC7AB8C) is unknown color: approx Rodeo Dust. HEX triplet: C7, AB and 8C. RGB value is (199,171,140). Sum of RGB (Red+Green+Blue) = 199+171+140=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB8C is #385473. Grayscale: #AFAFAF. Windows color (decimal): -3691636 or 9219015. OLE color: 9219015.

HSL color Cylindrical-coordinate representation of color #C7AB8C: hue angle of 31.53º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7AB8C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB199171140-
CMYK00.140.300.22
HSL31.53º34.5%66.47%-
HSV(B)31.53º29.65%78.04%-
XYZ42.8543.1630.88-
YUV175.84107.78144.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=39.02%
G=33.53%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917114000.140.300.2231.5334.566.47
HexC7AB8C0E1E16202342
Octal30725321401636264043102
Binary1100011110101011100011000111011110101101000001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB8C; }

 p { color: rgb(199,171,140); }

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

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

 a { background-color: rgb(199,171,140); }

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

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

 span { border-color: rgb(199,171,140); }

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