#C4AA88

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

Shades of Rodeo Dust #C4AA88

Tints of Rodeo Dust #C4AA88

Color information

#C4AA88 (or 0xC4AA88) is unknown color: approx Rodeo Dust. HEX triplet: C4, AA and 88. RGB value is (196,170,136). Sum of RGB (Red+Green+Blue) = 196+170+136=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA88 is #3B5577. Grayscale: #AEAEAE. Windows color (decimal): -3888504 or 8956612. OLE color: 8956612.

HSL color Cylindrical-coordinate representation of color #C4AA88: hue angle of 34º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AA88 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB196170136-
CMYK00.130.310.23
HSL34º33.71%65.1%-
HSV(B)34º30.61%76.86%-
XYZ41.5842.2629.26-
YUV173.9106.61143.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=39.04%
G=33.86%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617013600.130.310.233433.7165.1
HexC4AA880D1F17222241
Octal30425221001537274242101
Binary1100010010101010100010000110111111101111000101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA88; }

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

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

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

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

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

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

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

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