#C3A987

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

Shades of Rodeo Dust #C3A987

Tints of Rodeo Dust #C3A987

Color information

#C3A987 (or 0xC3A987) is unknown color: approx Rodeo Dust. HEX triplet: C3, A9 and 87. RGB value is (195,169,135). Sum of RGB (Red+Green+Blue) = 195+169+135=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A987 is #3C5678. Grayscale: #ADADAD. Windows color (decimal): -3954297 or 8890819. OLE color: 8890819.

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

Color convert

RGB195169135-
CMYK00.130.310.24
HSL34º33.33%64.71%-
HSV(B)34º30.77%76.47%-
XYZ41.0741.7328.81-
YUV172.9106.61143.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=39.08%
G=33.87%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516913500.130.310.243433.3364.71
HexC3A9870D1F18222141
Octal30325120701537304241101
Binary1100001110101001100001110110111111110001000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A987; }

 p { color: rgb(195,169,135); }

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

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

 a { background-color: rgb(195,169,135); }

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

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

 span { border-color: rgb(195,169,135); }

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