#C7AB8E

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

Shades of Rodeo Dust #C7AB8E

Tints of Rodeo Dust #C7AB8E

Color information

#C7AB8E (or 0xC7AB8E) is unknown color: approx Rodeo Dust. HEX triplet: C7, AB and 8E. RGB value is (199,171,142). Sum of RGB (Red+Green+Blue) = 199+171+142=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB8E is #385471. Grayscale: #B0B0B0. Windows color (decimal): -3691634 or 9350087. OLE color: 9350087.

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

Color convert

RGB199171142-
CMYK00.140.290.22
HSL30.53º33.73%66.86%-
HSV(B)30.53º28.64%78.04%-
XYZ4343.2231.67-
YUV176.07108.78144.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=38.87%
G=33.40%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917114200.140.290.2230.5333.7366.86
HexC7AB8E0E1D161f2243
Octal30725321601635263742103
Binary110001111010101110001110011101110110110111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB8E; }

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

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

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

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

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

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

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

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