#C8A085

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

Shades of Rodeo Dust #C8A085

Tints of Rodeo Dust #C8A085

Color information

#C8A085 (or 0xC8A085) is unknown color: approx Rodeo Dust. HEX triplet: C8, A0 and 85. RGB value is (200,160,133). Sum of RGB (Red+Green+Blue) = 200+160+133=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A085 is #375F7A. Grayscale: #A9A9A9. Windows color (decimal): -3628923 or 8757448. OLE color: 8757448.

HSL color Cylindrical-coordinate representation of color #C8A085: hue angle of 24.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8A085 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200160133-
CMYK00.20.340.22
HSL24.18º37.85%65.29%-
HSV(B)24.18º33.5%78.43%-
XYZ40.6239.1127.6-
YUV168.88107.75150.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=40.57%
G=32.45%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016013300.20.340.2224.1837.8565.29
HexC8A0850142216182641
Octal31024020502442263046101
Binary11001000101000001000010101010010001010110110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A085; }

 p { color: rgb(200,160,133); }

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

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

 a { background-color: rgb(200,160,133); }

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

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

 span { border-color: rgb(200,160,133); }

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