#C1A88E

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

Shades of Rodeo Dust #C1A88E

Tints of Rodeo Dust #C1A88E

Color information

#C1A88E (or 0xC1A88E) is unknown color: approx Rodeo Dust. HEX triplet: C1, A8 and 8E. RGB value is (193,168,142). Sum of RGB (Red+Green+Blue) = 193+168+142=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A88E is #3E5771. Grayscale: #ACACAC. Windows color (decimal): -4085618 or 9349313. OLE color: 9349313.

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

Color convert

RGB193168142-
CMYK00.130.260.24
HSL30.59º29.14%65.69%-
HSV(B)30.59º26.42%75.69%-
XYZ40.8841.331.41-
YUV172.51110.78142.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=38.37%
G=33.40%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316814200.130.260.2430.5929.1465.69
HexC1A88E0D1A181f1d42
Octal30125021601532303735102
Binary11000001101010001000111001101110101100011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A88E; }

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

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

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

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

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

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

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

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