#C0A38A

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

Shades of Rodeo Dust #C0A38A

Tints of Rodeo Dust #C0A38A

Color information

#C0A38A (or 0xC0A38A) is unknown color: approx Rodeo Dust. HEX triplet: C0, A3 and 8A. RGB value is (192,163,138). Sum of RGB (Red+Green+Blue) = 192+163+138=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A38A is #3F5C75. Grayscale: #A8A8A8. Windows color (decimal): -4152438 or 9085888. OLE color: 9085888.

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

Color convert

RGB192163138-
CMYK00.150.280.25
HSL27.78º30%64.71%-
HSV(B)27.78º28.12%75.29%-
XYZ39.4239.2429.54-
YUV168.82110.61144.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=38.95%
G=33.06%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216313800.150.280.2527.783064.71
HexC0A38A0F1C191c1e41
Octal30024321201734313436101
Binary11000000101000111000101001111111001100111100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A38A; }

 p { color: rgb(192,163,138); }

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

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

 a { background-color: rgb(192,163,138); }

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

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

 span { border-color: rgb(192,163,138); }

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