#C8A989

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

Shades of Rodeo Dust #C8A989

Tints of Rodeo Dust #C8A989

Color information

#C8A989 (or 0xC8A989) is unknown color: approx Rodeo Dust. HEX triplet: C8, A9 and 89. RGB value is (200,169,137). Sum of RGB (Red+Green+Blue) = 200+169+137=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A989 is #375676. Grayscale: #AEAEAE. Windows color (decimal): -3626615 or 9021896. OLE color: 9021896.

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

Color convert

RGB200169137-
CMYK00.160.320.22
HSL30.48º36.42%66.08%-
HSV(B)30.48º31.5%78.43%-
XYZ42.5242.4629.62-
YUV174.62106.77146.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=39.53%
G=33.40%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016913700.160.320.2230.4836.4266.08
HexC8A98901020161e2442
Octal31025121102040263644102
Binary11001000101010011000100101000010000010110111101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A989; }

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

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

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

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

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

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

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

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