#c8ab8f

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

Shades of Rodeo Dust #C8AB8F

Tints of Rodeo Dust #C8AB8F

Color information

#C8AB8F (or 0xC8AB8F) is unknown color: approx Rodeo Dust. HEX triplet: C8, AB and 8F. RGB value is (200,171,143). Sum of RGB (Red+Green+Blue) = 200+171+143=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB8F is #375470. Grayscale: #B0B0B0. Windows color (decimal): -3626097 or 9415624. OLE color: 9415624.

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

Color convert

RGB200171143-
CMYK00.140.280.22
HSL29.47º34.13%67.25%-
HSV(B)29.47º28.5%78.43%-
XYZ43.3443.3932.08-
YUV176.48109.11144.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=38.91%
G=33.27%
B=27.82%

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
Decimal20017114300.140.280.2229.4734.1367.25
HexC8AB8F0E1C161d2243
Octal31025321701634263542103
Binary110010001010101110001111011101110010110111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ab8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ab8f; }

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

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

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

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

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

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

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

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