#C2A48A

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

Shades of Rodeo Dust #C2A48A

Tints of Rodeo Dust #C2A48A

Color information

#C2A48A (or 0xC2A48A) is unknown color: approx Rodeo Dust. HEX triplet: C2, A4 and 8A. RGB value is (194,164,138). Sum of RGB (Red+Green+Blue) = 194+164+138=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A48A is #3D5B75. Grayscale: #AAAAAA. Windows color (decimal): -4021110 or 9086146. OLE color: 9086146.

HSL color Cylindrical-coordinate representation of color #C2A48A: hue angle of 27.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A48A is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194164138-
CMYK00.150.290.24
HSL27.86º31.46%65.1%-
HSV(B)27.86º28.87%76.08%-
XYZ40.1139.8629.62-
YUV170.01109.94145.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=39.11%
G=33.06%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416413800.150.290.2427.8631.4665.1
HexC2A48A0F1D181c1f41
Octal30224421201735303437101
Binary11000010101001001000101001111111011100011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A48A; }

 p { color: rgb(194,164,138); }

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

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

 a { background-color: rgb(194,164,138); }

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

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

 span { border-color: rgb(194,164,138); }

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