#C1A78E

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

Shades of Rodeo Dust #C1A78E

Tints of Rodeo Dust #C1A78E

Color information

#C1A78E (or 0xC1A78E) is unknown color: approx Rodeo Dust. HEX triplet: C1, A7 and 8E. RGB value is (193,167,142). Sum of RGB (Red+Green+Blue) = 193+167+142=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A78E is #3E5871. Grayscale: #ACACAC. Windows color (decimal): -4085874 or 9349057. OLE color: 9349057.

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

Color convert

RGB193167142-
CMYK00.130.260.24
HSL29.41º29.14%65.69%-
HSV(B)29.41º26.42%75.69%-
XYZ40.6940.9331.35-
YUV171.92111.11143.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=38.45%
G=33.27%
B=28.29%

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
Decimal19316714200.130.260.2429.4129.1465.69
HexC1A78E0D1A181d1d42
Octal30124721601532303535102
Binary11000001101001111000111001101110101100011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A78E; }

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

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

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

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

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

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

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

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