#C6A283

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

Shades of Rodeo Dust #C6A283

Tints of Rodeo Dust #C6A283

Color information

#C6A283 (or 0xC6A283) is unknown color: approx Rodeo Dust. HEX triplet: C6, A2 and 83. RGB value is (198,162,131). Sum of RGB (Red+Green+Blue) = 198+162+131=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A283 is #395D7C. Grayscale: #A9A9A9. Windows color (decimal): -3759485 or 8626886. OLE color: 8626886.

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

Color convert

RGB198162131-
CMYK00.180.340.22
HSL27.76º37.02%64.51%-
HSV(B)27.76º33.84%77.65%-
XYZ40.3139.4926.97-
YUV169.23106.43148.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=40.33%
G=32.99%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816213100.180.340.2227.7637.0264.51
HexC6A28301222161c2541
Octal30624220302242263445101
Binary11000110101000101000001101001010001010110111001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A283; }

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

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

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

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

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

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

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

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