#C7AB8B

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

Shades of Rodeo Dust #C7AB8B

Tints of Rodeo Dust #C7AB8B

Color information

#C7AB8B (or 0xC7AB8B) is unknown color: approx Rodeo Dust. HEX triplet: C7, AB and 8B. RGB value is (199,171,139). Sum of RGB (Red+Green+Blue) = 199+171+139=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB8B is #385474. Grayscale: #AFAFAF. Windows color (decimal): -3691637 or 9153479. OLE color: 9153479.

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

Color convert

RGB199171139-
CMYK00.140.300.22
HSL32º34.88%66.27%-
HSV(B)32º30.15%78.04%-
XYZ42.7843.1330.5-
YUV175.72107.28144.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=39.10%
G=33.60%
B=27.31%

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
Decimal19917113900.140.300.223234.8866.27
HexC7AB8B0E1E16202342
Octal30725321301636264043102
Binary1100011110101011100010110111011110101101000001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB8B; }

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

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

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

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

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

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

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

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