#C2A585

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

Shades of Rodeo Dust #C2A585

Tints of Rodeo Dust #C2A585

Color information

#C2A585 (or 0xC2A585) is unknown color: approx Rodeo Dust. HEX triplet: C2, A5 and 85. RGB value is (194,165,133). Sum of RGB (Red+Green+Blue) = 194+165+133=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A585 is #3D5A7A. Grayscale: #AAAAAA. Windows color (decimal): -4020859 or 8758722. OLE color: 8758722.

HSL color Cylindrical-coordinate representation of color #C2A585: hue angle of 31.48º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A585 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194165133-
CMYK00.150.310.24
HSL31.48º33.33%64.12%-
HSV(B)31.48º31.44%76.08%-
XYZ39.9440.0727.82-
YUV170.02107.11145.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=39.43%
G=33.54%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416513300.150.310.2431.4833.3364.12
HexC2A5850F1F181f2140
Octal30224520501737303741100
Binary110000101010010110000101011111111111000111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A585; }

 p { color: rgb(194,165,133); }

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

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

 a { background-color: rgb(194,165,133); }

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

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

 span { border-color: rgb(194,165,133); }

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