#C6A383

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

Shades of Rodeo Dust #C6A383

Tints of Rodeo Dust #C6A383

Color information

#C6A383 (or 0xC6A383) is unknown color: approx Rodeo Dust. HEX triplet: C6, A3 and 83. RGB value is (198,163,131). Sum of RGB (Red+Green+Blue) = 198+163+131=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A383 is #395C7C. Grayscale: #A9A9A9. Windows color (decimal): -3759229 or 8627142. OLE color: 8627142.

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

Color convert

RGB198163131-
CMYK00.180.340.22
HSL28.66º37.02%64.51%-
HSV(B)28.66º33.84%77.65%-
XYZ40.4839.8427.03-
YUV169.82106.1148.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=40.24%
G=33.13%
B=26.63%

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
Decimal19816313100.180.340.2228.6637.0264.51
HexC6A38301222161d2541
Octal30624320302242263545101
Binary11000110101000111000001101001010001010110111011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A383; }

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

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

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

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

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

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

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

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