#C8A682

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

Shades of Rodeo Dust #C8A682

Tints of Rodeo Dust #C8A682

Color information

#C8A682 (or 0xC8A682) is unknown color: approx Rodeo Dust. HEX triplet: C8, A6 and 82. RGB value is (200,166,130). Sum of RGB (Red+Green+Blue) = 200+166+130=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A682 is #37597D. Grayscale: #ACACAC. Windows color (decimal): -3627390 or 8562376. OLE color: 8562376.

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

Color convert

RGB200166130-
CMYK00.170.350.22
HSL30.86º38.89%64.71%-
HSV(B)30.86º35%78.43%-
XYZ41.4841.1626.88-
YUV172.06104.26147.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=40.32%
G=33.47%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016613000.170.350.2230.8638.8964.71
HexC8A68201123161f2741
Octal31024620202143263747101
Binary11001000101001101000001001000110001110110111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A682; }

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

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

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

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

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

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

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

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