#C1A992

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

Shades of Rodeo Dust #C1A992

Tints of Rodeo Dust #C1A992

Color information

#C1A992 (or 0xC1A992) is unknown color: approx Rodeo Dust. HEX triplet: C1, A9 and 92. RGB value is (193,169,146). Sum of RGB (Red+Green+Blue) = 193+169+146=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A992 is #3E566D. Grayscale: #ADADAD. Windows color (decimal): -4085358 or 9611713. OLE color: 9611713.

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

Color convert

RGB193169146-
CMYK00.120.240.24
HSL29.36º27.49%66.47%-
HSV(B)29.36º24.35%75.69%-
XYZ41.3741.7933.08-
YUV173.55112.45141.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=37.99%
G=33.27%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316914600.120.240.2429.3627.4966.47
HexC1A9920C18181d1b42
Octal30125122201430303533102
Binary11000001101010011001001001100110001100011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A992; }

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

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

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

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

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

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

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

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