#C1A58A

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

Shades of Rodeo Dust #C1A58A

Tints of Rodeo Dust #C1A58A

Color information

#C1A58A (or 0xC1A58A) is unknown color: approx Rodeo Dust. HEX triplet: C1, A5 and 8A. RGB value is (193,165,138). Sum of RGB (Red+Green+Blue) = 193+165+138=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A58A is #3E5A75. Grayscale: #AAAAAA. Windows color (decimal): -4086390 or 9086401. OLE color: 9086401.

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

Color convert

RGB193165138-
CMYK00.150.280.24
HSL29.45º30.73%64.9%-
HSV(B)29.45º28.5%75.69%-
XYZ40.0340.0829.67-
YUV170.29109.78144.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=38.91%
G=33.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316513800.150.280.2429.4530.7364.9
HexC1A58A0F1C181d1f41
Octal30124521201734303537101
Binary11000001101001011000101001111111001100011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A58A; }

 p { color: rgb(193,165,138); }

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

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

 a { background-color: rgb(193,165,138); }

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

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

 span { border-color: rgb(193,165,138); }

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