#C8A082

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

Shades of Rodeo Dust #C8A082

Tints of Rodeo Dust #C8A082

Color information

#C8A082 (or 0xC8A082) is unknown color: approx Rodeo Dust. HEX triplet: C8, A0 and 82. RGB value is (200,160,130). Sum of RGB (Red+Green+Blue) = 200+160+130=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A082 is #375F7D. Grayscale: #A8A8A8. Windows color (decimal): -3628926 or 8560840. OLE color: 8560840.

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

Color convert

RGB200160130-
CMYK00.20.350.22
HSL25.71º38.89%64.71%-
HSV(B)25.71º35%78.43%-
XYZ40.4239.0326.52-
YUV168.54106.25150.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=40.82%
G=32.65%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016013000.20.350.2225.7138.8964.71
HexC8A08201423161a2741
Octal31024020202443263247101
Binary11001000101000001000001001010010001110110110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A082; }

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

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

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

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

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

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

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

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