#C4AA8B

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

Shades of Rodeo Dust #C4AA8B

Tints of Rodeo Dust #C4AA8B

Color information

#C4AA8B (or 0xC4AA8B) is unknown color: approx Rodeo Dust. HEX triplet: C4, AA and 8B. RGB value is (196,170,139). Sum of RGB (Red+Green+Blue) = 196+170+139=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA8B is #3B5574. Grayscale: #AEAEAE. Windows color (decimal): -3888501 or 9153220. OLE color: 9153220.

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

Color convert

RGB196170139-
CMYK00.130.290.23
HSL32.63º32.57%65.69%-
HSV(B)32.63º29.08%76.86%-
XYZ41.842.3530.4-
YUV174.24108.11143.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=38.81%
G=33.66%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617013900.130.290.2332.6332.5765.69
HexC4AA8B0D1D17212142
Octal30425221301535274141102
Binary1100010010101010100010110110111101101111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA8B; }

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

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

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

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

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

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

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

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