#C3A089

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

Shades of Rodeo Dust #C3A089

Tints of Rodeo Dust #C3A089

Color information

#C3A089 (or 0xC3A089) is unknown color: approx Rodeo Dust. HEX triplet: C3, A0 and 89. RGB value is (195,160,137). Sum of RGB (Red+Green+Blue) = 195+160+137=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A089 is #3C5F76. Grayscale: #A7A7A7. Windows color (decimal): -3956599 or 9019587. OLE color: 9019587.

HSL color Cylindrical-coordinate representation of color #C3A089: hue angle of 23.79º 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 #C3A089 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195160137-
CMYK00.180.300.24
HSL23.79º32.58%65.1%-
HSV(B)23.79º29.74%76.47%-
XYZ39.5938.5529.02-
YUV167.84110.6147.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=39.63%
G=32.52%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516013700.180.300.2423.7932.5865.1
HexC3A0890121E18182141
Octal30324021102236303041101
Binary1100001110100000100010010100101111011000110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A089; }

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

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

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

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

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

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

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

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