#C1A98E

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

Shades of Rodeo Dust #C1A98E

Tints of Rodeo Dust #C1A98E

Color information

#C1A98E (or 0xC1A98E) is unknown color: approx Rodeo Dust. HEX triplet: C1, A9 and 8E. RGB value is (193,169,142). Sum of RGB (Red+Green+Blue) = 193+169+142=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A98E is #3E5671. Grayscale: #ADADAD. Windows color (decimal): -4085362 or 9349569. OLE color: 9349569.

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

Color convert

RGB193169142-
CMYK00.120.260.24
HSL31.76º29.14%65.69%-
HSV(B)31.76º26.42%75.69%-
XYZ41.0641.6731.47-
YUV173.1110.45142.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=38.29%
G=33.53%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316914200.120.260.2431.7629.1465.69
HexC1A98E0C1A18201d42
Octal30125121601432304035102
Binary110000011010100110001110011001101011000100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A98E; }

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

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

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

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

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

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

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

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