#C8A388

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

Shades of Rodeo Dust #C8A388

Tints of Rodeo Dust #C8A388

Color information

#C8A388 (or 0xC8A388) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 88. RGB value is (200,163,136). Sum of RGB (Red+Green+Blue) = 200+163+136=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A388 is #375C77. Grayscale: #ABABAB. Windows color (decimal): -3628152 or 8954824. OLE color: 8954824.

HSL color Cylindrical-coordinate representation of color #C8A388: hue angle of 25.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8A388 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200163136-
CMYK00.180.320.22
HSL25.31º36.78%65.88%-
HSV(B)25.31º32%78.43%-
XYZ41.3640.2528.88-
YUV170.98108.26148.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=40.08%
G=32.67%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016313600.180.320.2225.3136.7865.88
HexC8A3880122016192542
Octal31024321002240263145102
Binary11001000101000111000100001001010000010110110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A388; }

 p { color: rgb(200,163,136); }

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

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

 a { background-color: rgb(200,163,136); }

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

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

 span { border-color: rgb(200,163,136); }

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