#C8A88D

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

Shades of Rodeo Dust #C8A88D

Tints of Rodeo Dust #C8A88D

Color information

#C8A88D (or 0xC8A88D) is unknown color: approx Rodeo Dust. HEX triplet: C8, A8 and 8D. RGB value is (200,168,141). Sum of RGB (Red+Green+Blue) = 200+168+141=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A88D is #375772. Grayscale: #AEAEAE. Windows color (decimal): -3626867 or 9283784. OLE color: 9283784.

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

Color convert

RGB200168141-
CMYK00.160.290.22
HSL27.46º34.91%66.86%-
HSV(B)27.46º29.5%78.43%-
XYZ42.6342.2131.1-
YUV174.49109.1146.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=39.29%
G=33.01%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016814100.160.290.2227.4634.9166.86
HexC8A88D0101D161b2343
Octal31025021502035263343103
Binary1100100010101000100011010100001110110110110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A88D; }

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

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

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

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

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

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

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

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