#C2A988

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

Shades of Rodeo Dust #C2A988

Tints of Rodeo Dust #C2A988

Color information

#C2A988 (or 0xC2A988) is unknown color: approx Rodeo Dust. HEX triplet: C2, A9 and 88. RGB value is (194,169,136). Sum of RGB (Red+Green+Blue) = 194+169+136=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A988 is #3D5677. Grayscale: #ACACAC. Windows color (decimal): -4019832 or 8956354. OLE color: 8956354.

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

Color convert

RGB194169136-
CMYK00.130.300.24
HSL34.14º32.22%64.71%-
HSV(B)34.14º29.9%76.08%-
XYZ40.8841.6229.17-
YUV172.71107.28143.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=38.88%
G=33.87%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416913600.130.300.2434.1432.2264.71
HexC2A9880D1E18222041
Octal30225121001536304240101
Binary1100001010101001100010000110111110110001000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A988; }

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

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

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

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

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

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

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

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