#C6A281

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

Shades of Rodeo Dust #C6A281

Tints of Rodeo Dust #C6A281

Color information

#C6A281 (or 0xC6A281) is unknown color: approx Rodeo Dust. HEX triplet: C6, A2 and 81. RGB value is (198,162,129). Sum of RGB (Red+Green+Blue) = 198+162+129=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A281 is #395D7E. Grayscale: #A9A9A9. Windows color (decimal): -3759487 or 8495814. OLE color: 8495814.

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

Color convert

RGB198162129-
CMYK00.180.350.22
HSL28.7º37.7%64.12%-
HSV(B)28.7º34.85%77.65%-
XYZ40.1739.4326.26-
YUV169105.43148.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=40.49%
G=33.13%
B=26.38%

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
Decimal19816212900.180.350.2228.737.764.12
HexC6A28101223161d2640
Octal30624220102243263546100
Binary11000110101000101000000101001010001110110111011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A281; }

 p { color: rgb(198,162,129); }

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

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

 a { background-color: rgb(198,162,129); }

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

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

 span { border-color: rgb(198,162,129); }

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