#C3A989

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

Shades of Rodeo Dust #C3A989

Tints of Rodeo Dust #C3A989

Color information

#C3A989 (or 0xC3A989) is unknown color: approx Rodeo Dust. HEX triplet: C3, A9 and 89. RGB value is (195,169,137). Sum of RGB (Red+Green+Blue) = 195+169+137=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A989 is #3C5676. Grayscale: #ADADAD. Windows color (decimal): -3954295 or 9021891. OLE color: 9021891.

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

Color convert

RGB195169137-
CMYK00.130.300.24
HSL33.1º32.58%65.1%-
HSV(B)33.1º29.74%76.47%-
XYZ41.2141.7829.56-
YUV173.13107.61143.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=38.92%
G=33.73%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516913700.130.300.2433.132.5865.1
HexC3A9890D1E18212141
Octal30325121101536304141101
Binary1100001110101001100010010110111110110001000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A989; }

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

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

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

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

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

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

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

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