#C3AB8E

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

Shades of Rodeo Dust #C3AB8E

Tints of Rodeo Dust #C3AB8E

Color information

#C3AB8E (or 0xC3AB8E) is unknown color: approx Rodeo Dust. HEX triplet: C3, AB and 8E. RGB value is (195,171,142). Sum of RGB (Red+Green+Blue) = 195+171+142=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB8E is #3C5471. Grayscale: #AFAFAF. Windows color (decimal): -3953778 or 9350083. OLE color: 9350083.

HSL color Cylindrical-coordinate representation of color #C3AB8E: hue angle of 32.83º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3AB8E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195171142-
CMYK00.120.270.24
HSL32.83º30.64%66.08%-
HSV(B)32.83º27.18%76.47%-
XYZ41.9542.6831.62-
YUV174.87109.45142.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=38.39%
G=33.66%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517114200.120.270.2432.8330.6466.08
HexC3AB8E0C1B18211f42
Octal30325321601433304137102
Binary110000111010101110001110011001101111000100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB8E; }

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

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

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

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

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

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

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

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