#C4AB8D

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

Shades of Rodeo Dust #C4AB8D

Tints of Rodeo Dust #C4AB8D

Color information

#C4AB8D (or 0xC4AB8D) is unknown color: approx Rodeo Dust. HEX triplet: C4, AB and 8D. RGB value is (196,171,141). Sum of RGB (Red+Green+Blue) = 196+171+141=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB8D is #3B5472. Grayscale: #AFAFAF. Windows color (decimal): -3888243 or 9284548. OLE color: 9284548.

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

Color convert

RGB196171141-
CMYK00.130.280.23
HSL32.73º31.79%66.08%-
HSV(B)32.73º28.06%76.86%-
XYZ42.1442.7831.24-
YUV175.06108.78142.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=38.58%
G=33.66%
B=27.76%

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
Decimal19617114100.130.280.2332.7331.7966.08
HexC4AB8D0D1C17212042
Octal30425321501534274140102
Binary1100010010101011100011010110111100101111000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB8D; }

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

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

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

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

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

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

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

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