#C8AB8D

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

Shades of Rodeo Dust #C8AB8D

Tints of Rodeo Dust #C8AB8D

Color information

#C8AB8D (or 0xC8AB8D) is unknown color: approx Rodeo Dust. HEX triplet: C8, AB and 8D. RGB value is (200,171,141). Sum of RGB (Red+Green+Blue) = 200+171+141=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB8D is #375472. Grayscale: #B0B0B0. Windows color (decimal): -3626099 or 9284552. OLE color: 9284552.

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

Color convert

RGB200171141-
CMYK00.140.290.22
HSL30.51º34.91%66.86%-
HSV(B)30.51º29.5%78.43%-
XYZ43.1943.3331.29-
YUV176.25108.11144.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=39.06%
G=33.40%
B=27.54%

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
Decimal20017114100.140.290.2230.5134.9166.86
HexC8AB8D0E1D161f2343
Octal31025321501635263743103
Binary110010001010101110001101011101110110110111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB8D; }

 p { color: rgb(200,171,141); }

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

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

 a { background-color: rgb(200,171,141); }

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

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

 span { border-color: rgb(200,171,141); }

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