#C8A482

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

Shades of Rodeo Dust #C8A482

Tints of Rodeo Dust #C8A482

Color information

#C8A482 (or 0xC8A482) is unknown color: approx Rodeo Dust. HEX triplet: C8, A4 and 82. RGB value is (200,164,130). Sum of RGB (Red+Green+Blue) = 200+164+130=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A482 is #375B7D. Grayscale: #ABABAB. Windows color (decimal): -3627902 or 8561864. OLE color: 8561864.

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

Color convert

RGB200164130-
CMYK00.180.350.22
HSL29.14º38.89%64.71%-
HSV(B)29.14º35%78.43%-
XYZ41.1240.4426.76-
YUV170.89104.93148.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=40.49%
G=33.20%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016413000.180.350.2229.1438.8964.71
HexC8A48201223161d2741
Octal31024420202243263547101
Binary11001000101001001000001001001010001110110111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A482; }

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

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

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

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

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

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

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

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