#C1A390

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

Shades of Rodeo Dust #C1A390

Tints of Rodeo Dust #C1A390

Color information

#C1A390 (or 0xC1A390) is unknown color: approx Rodeo Dust. HEX triplet: C1, A3 and 90. RGB value is (193,163,144). Sum of RGB (Red+Green+Blue) = 193+163+144=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A390 is #3E5C6F. Grayscale: #A9A9A9. Windows color (decimal): -4086896 or 9479105. OLE color: 9479105.

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

Color convert

RGB193163144-
CMYK00.160.250.24
HSL23.27º28.32%66.08%-
HSV(B)23.27º25.39%75.69%-
XYZ40.1239.5531.9-
YUV169.8113.44144.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=38.6%
G=32.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316314400.160.250.2423.2728.3266.08
HexC1A3900101918171c42
Octal30124322002031302734102
Binary110000011010001110010000010000110011100010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A390; }

 p { color: rgb(193,163,144); }

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

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

 a { background-color: rgb(193,163,144); }

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

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

 span { border-color: rgb(193,163,144); }

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