#C5AC88

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

Shades of Rodeo Dust #C5AC88

Tints of Rodeo Dust #C5AC88

Color information

#C5AC88 (or 0xC5AC88) is unknown color: approx Rodeo Dust. HEX triplet: C5, AC and 88. RGB value is (197,172,136). Sum of RGB (Red+Green+Blue) = 197+172+136=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC88 is #3A5377. Grayscale: #AFAFAF. Windows color (decimal): -3822456 or 8957125. OLE color: 8957125.

HSL color Cylindrical-coordinate representation of color #C5AC88: hue angle of 35.41º 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 #C5AC88 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197172136-
CMYK00.130.310.23
HSL35.41º34.46%65.29%-
HSV(B)35.41º30.96%77.25%-
XYZ42.2243.1529.4-
YUV175.37105.78143.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=39.01%
G=34.06%
B=26.93%

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
Decimal19717213600.130.310.2335.4134.4665.29
HexC5AC880D1F17232241
Octal30525421001537274342101
Binary1100010110101100100010000110111111101111000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC88; }

 p { color: rgb(197,172,136); }

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

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

 a { background-color: rgb(197,172,136); }

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

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

 span { border-color: rgb(197,172,136); }

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