#C2A08B

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

Shades of Rodeo Dust #C2A08B

Tints of Rodeo Dust #C2A08B

Color information

#C2A08B (or 0xC2A08B) is unknown color: approx Rodeo Dust. HEX triplet: C2, A0 and 8B. RGB value is (194,160,139). Sum of RGB (Red+Green+Blue) = 194+160+139=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A08B is #3D5F74. Grayscale: #A7A7A7. Windows color (decimal): -4022133 or 9150658. OLE color: 9150658.

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

Color convert

RGB194160139-
CMYK00.180.280.24
HSL22.91º31.07%65.29%-
HSV(B)22.91º28.35%76.08%-
XYZ39.4838.4829.77-
YUV167.77111.76146.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=39.35%
G=32.45%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416013900.180.280.2422.9131.0765.29
HexC2A08B0121C18171f41
Octal30224021302234302737101
Binary110000101010000010001011010010111001100010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A08B; }

 p { color: rgb(194,160,139); }

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

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

 a { background-color: rgb(194,160,139); }

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

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

 span { border-color: rgb(194,160,139); }

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