#C8A98B

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

Shades of Rodeo Dust #C8A98B

Tints of Rodeo Dust #C8A98B

Color information

#C8A98B (or 0xC8A98B) is unknown color: approx Rodeo Dust. HEX triplet: C8, A9 and 8B. RGB value is (200,169,139). Sum of RGB (Red+Green+Blue) = 200+169+139=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A98B is #375674. Grayscale: #AEAEAE. Windows color (decimal): -3626613 or 9152968. OLE color: 9152968.

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

Color convert

RGB200169139-
CMYK00.160.300.22
HSL29.51º35.67%66.47%-
HSV(B)29.51º30.5%78.43%-
XYZ42.6742.5230.38-
YUV174.85107.77145.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=39.37%
G=33.27%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016913900.160.300.2229.5135.6766.47
HexC8A98B0101E161e2442
Octal31025121302036263644102
Binary1100100010101001100010110100001111010110111101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A98B; }

 p { color: rgb(200,169,139); }

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

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

 a { background-color: rgb(200,169,139); }

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

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

 span { border-color: rgb(200,169,139); }

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