#C1A98D

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

Shades of Rodeo Dust #C1A98D

Tints of Rodeo Dust #C1A98D

Color information

#C1A98D (or 0xC1A98D) is unknown color: approx Rodeo Dust. HEX triplet: C1, A9 and 8D. RGB value is (193,169,141). Sum of RGB (Red+Green+Blue) = 193+169+141=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A98D is #3E5672. Grayscale: #ADADAD. Windows color (decimal): -4085363 or 9284033. OLE color: 9284033.

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

Color convert

RGB193169141-
CMYK00.120.270.24
HSL32.31º29.55%65.49%-
HSV(B)32.31º26.94%75.69%-
XYZ40.9941.6431.08-
YUV172.98109.95142.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=38.37%
G=33.60%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316914100.120.270.2432.3129.5565.49
HexC1A98D0C1B18201e41
Octal30125121501433304036101
Binary110000011010100110001101011001101111000100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A98D; }

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

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

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

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

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

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

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

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