#C6A591

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

Shades of Rodeo Dust #C6A591

Tints of Rodeo Dust #C6A591

Color information

#C6A591 (or 0xC6A591) is unknown color: approx Rodeo Dust. HEX triplet: C6, A5 and 91. RGB value is (198,165,145). Sum of RGB (Red+Green+Blue) = 198+165+145=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A591 is #395A6E. Grayscale: #ACACAC. Windows color (decimal): -3758703 or 9545158. OLE color: 9545158.

HSL color Cylindrical-coordinate representation of color #C6A591: hue angle of 22.64º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6A591 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB198165145-
CMYK00.170.270.22
HSL22.64º31.74%67.25%-
HSV(B)22.64º26.77%77.65%-
XYZ41.8540.9632.49-
YUV172.59112.43146.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=38.98%
G=32.48%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816514500.170.270.2222.6431.7467.25
HexC6A5910111B16172043
Octal30624522102133262740103
Binary1100011010100101100100010100011101110110101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A591; }

 p { color: rgb(198,165,145); }

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

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

 a { background-color: rgb(198,165,145); }

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

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

 span { border-color: rgb(198,165,145); }

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