#C3AA88

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

Shades of Rodeo Dust #C3AA88

Tints of Rodeo Dust #C3AA88

Color information

#C3AA88 (or 0xC3AA88) is unknown color: approx Rodeo Dust. HEX triplet: C3, AA and 88. RGB value is (195,170,136). Sum of RGB (Red+Green+Blue) = 195+170+136=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA88 is #3C5577. Grayscale: #ADADAD. Windows color (decimal): -3954040 or 8956611. OLE color: 8956611.

HSL color Cylindrical-coordinate representation of color #C3AA88: hue angle of 34.58º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3AA88 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195170136-
CMYK00.130.300.24
HSL34.58º32.96%64.9%-
HSV(B)34.58º30.26%76.47%-
XYZ41.3242.1329.25-
YUV173.6106.78143.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=38.92%
G=33.93%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517013600.130.300.2434.5832.9664.9
HexC3AA880D1E18232141
Octal30325221001536304341101
Binary1100001110101010100010000110111110110001000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA88; }

 p { color: rgb(195,170,136); }

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

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

 a { background-color: rgb(195,170,136); }

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

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

 span { border-color: rgb(195,170,136); }

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