#C4AB8E

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

Shades of Rodeo Dust #C4AB8E

Tints of Rodeo Dust #C4AB8E

Color information

#C4AB8E (or 0xC4AB8E) is unknown color: approx Rodeo Dust. HEX triplet: C4, AB and 8E. RGB value is (196,171,142). Sum of RGB (Red+Green+Blue) = 196+171+142=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB8E is #3B5471. Grayscale: #AFAFAF. Windows color (decimal): -3888242 or 9350084. OLE color: 9350084.

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

Color convert

RGB196171142-
CMYK00.130.280.23
HSL32.22º31.4%66.27%-
HSV(B)32.22º27.55%76.86%-
XYZ42.2142.8131.63-
YUV175.17109.28142.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=38.51%
G=33.60%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617114200.130.280.2332.2231.466.27
HexC4AB8E0D1C17201f42
Octal30425321601534274037102
Binary110001001010101110001110011011110010111100000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB8E; }

 p { color: rgb(196,171,142); }

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

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

 a { background-color: rgb(196,171,142); }

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

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

 span { border-color: rgb(196,171,142); }

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