#C8A280

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

Shades of Rodeo Dust #C8A280

Tints of Rodeo Dust #C8A280

Color information

#C8A280 (or 0xC8A280) is unknown color: approx Rodeo Dust. HEX triplet: C8, A2 and 80. RGB value is (200,162,128). Sum of RGB (Red+Green+Blue) = 200+162+128=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A280 is #375D7F. Grayscale: #A9A9A9. Windows color (decimal): -3628416 or 8430280. OLE color: 8430280.

HSL color Cylindrical-coordinate representation of color #C8A280: hue angle of 28.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A280 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200162128-
CMYK00.190.360.22
HSL28.33º39.56%64.31%-
HSV(B)28.33º36%78.43%-
XYZ40.6439.6825.94-
YUV169.49104.59149.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=40.82%
G=33.06%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016212800.190.360.2228.3339.5664.31
HexC8A28001324161c2840
Octal31024220002344263450100
Binary11001000101000101000000001001110010010110111001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A280; }

 p { color: rgb(200,162,128); }

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

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

 a { background-color: rgb(200,162,128); }

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

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

 span { border-color: rgb(200,162,128); }

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