#C0A28B

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

Shades of Rodeo Dust #C0A28B

Tints of Rodeo Dust #C0A28B

Color information

#C0A28B (or 0xC0A28B) is unknown color: approx Rodeo Dust. HEX triplet: C0, A2 and 8B. RGB value is (192,162,139). Sum of RGB (Red+Green+Blue) = 192+162+139=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A28B is #3F5D74. Grayscale: #A8A8A8. Windows color (decimal): -4152693 or 9151168. OLE color: 9151168.

HSL color Cylindrical-coordinate representation of color #C0A28B: hue angle of 26.04º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0A28B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB192162139-
CMYK00.160.280.25
HSL26.04º29.61%64.9%-
HSV(B)26.04º27.6%75.29%-
XYZ39.3238.9129.86-
YUV168.35111.44144.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=38.95%
G=32.86%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216213900.160.280.2526.0429.6164.9
HexC0A28B0101C191a1e41
Octal30024221302034313236101
Binary110000001010001010001011010000111001100111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A28B; }

 p { color: rgb(192,162,139); }

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

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

 a { background-color: rgb(192,162,139); }

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

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

 span { border-color: rgb(192,162,139); }

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