#C2A388

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

Shades of Rodeo Dust #C2A388

Tints of Rodeo Dust #C2A388

Color information

#C2A388 (or 0xC2A388) is unknown color: approx Rodeo Dust. HEX triplet: C2, A3 and 88. RGB value is (194,163,136). Sum of RGB (Red+Green+Blue) = 194+163+136=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A388 is #3D5C77. Grayscale: #A9A9A9. Windows color (decimal): -4021368 or 8954818. OLE color: 8954818.

HSL color Cylindrical-coordinate representation of color #C2A388: hue angle of 27.93º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A388 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194163136-
CMYK00.160.300.24
HSL27.93º32.22%64.71%-
HSV(B)27.93º29.9%76.08%-
XYZ39.7939.4428.81-
YUV169.19109.27145.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=39.35%
G=33.06%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416313600.160.300.2427.9332.2264.71
HexC2A3880101E181c2041
Octal30224321002036303440101
Binary1100001010100011100010000100001111011000111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A388; }

 p { color: rgb(194,163,136); }

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

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

 a { background-color: rgb(194,163,136); }

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

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

 span { border-color: rgb(194,163,136); }

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