#C1A48A

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

Shades of Rodeo Dust #C1A48A

Tints of Rodeo Dust #C1A48A

Color information

#C1A48A (or 0xC1A48A) is unknown color: approx Rodeo Dust. HEX triplet: C1, A4 and 8A. RGB value is (193,164,138). Sum of RGB (Red+Green+Blue) = 193+164+138=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A48A is #3E5B75. Grayscale: #A9A9A9. Windows color (decimal): -4086646 or 9086145. OLE color: 9086145.

HSL color Cylindrical-coordinate representation of color #C1A48A: hue angle of 28.36º 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 #C1A48A is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193164138-
CMYK00.150.280.24
HSL28.36º30.73%64.9%-
HSV(B)28.36º28.5%75.69%-
XYZ39.8639.7229.61-
YUV169.71110.11144.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=38.99%
G=33.13%
B=27.88%

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
Decimal19316413800.150.280.2428.3630.7364.9
HexC1A48A0F1C181c1f41
Octal30124421201734303437101
Binary11000001101001001000101001111111001100011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A48A; }

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

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

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

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

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

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

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

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