#C2A588

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

Shades of Rodeo Dust #C2A588

Tints of Rodeo Dust #C2A588

Color information

#C2A588 (or 0xC2A588) is unknown color: approx Rodeo Dust. HEX triplet: C2, A5 and 88. RGB value is (194,165,136). Sum of RGB (Red+Green+Blue) = 194+165+136=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A588 is #3D5A77. Grayscale: #AAAAAA. Windows color (decimal): -4020856 or 8955330. OLE color: 8955330.

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

Color convert

RGB194165136-
CMYK00.150.300.24
HSL30º32.22%64.71%-
HSV(B)30º29.9%76.08%-
XYZ40.1540.1628.93-
YUV170.36108.61144.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=39.19%
G=33.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416513600.150.300.243032.2264.71
HexC2A5880F1E181e2041
Octal30224521001736303640101
Binary110000101010010110001000011111111011000111101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A588; }

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

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

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

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

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

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

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

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