#C1A989

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

Shades of Rodeo Dust #C1A989

Tints of Rodeo Dust #C1A989

Color information

#C1A989 (or 0xC1A989) is unknown color: approx Rodeo Dust. HEX triplet: C1, A9 and 89. RGB value is (193,169,137). Sum of RGB (Red+Green+Blue) = 193+169+137=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A989 is #3E5676. Grayscale: #ACACAC. Windows color (decimal): -4085367 or 9021889. OLE color: 9021889.

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

Color convert

RGB193169137-
CMYK00.120.290.24
HSL34.29º31.11%64.71%-
HSV(B)34.29º29.02%75.69%-
XYZ40.741.5229.54-
YUV172.53107.95142.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=38.68%
G=33.87%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316913700.120.290.2434.2931.1164.71
HexC1A9890C1D18221f41
Octal30125121101435304237101
Binary110000011010100110001001011001110111000100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A989; }

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

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

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

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

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

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

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

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