#C2A98D

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

Shades of Rodeo Dust #C2A98D

Tints of Rodeo Dust #C2A98D

Color information

#C2A98D (or 0xC2A98D) is unknown color: approx Rodeo Dust. HEX triplet: C2, A9 and 8D. RGB value is (194,169,141). Sum of RGB (Red+Green+Blue) = 194+169+141=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A98D is #3D5672. Grayscale: #ADADAD. Windows color (decimal): -4019827 or 9284034. OLE color: 9284034.

HSL color Cylindrical-coordinate representation of color #C2A98D: hue angle of 31.7º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A98D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194169141-
CMYK00.130.270.24
HSL31.7º30.29%65.69%-
HSV(B)31.7º27.32%76.08%-
XYZ41.2441.7731.09-
YUV173.28109.78142.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=38.49%
G=33.53%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416914100.130.270.2431.730.2965.69
HexC2A98D0D1B18201e42
Octal30225121501533304036102
Binary110000101010100110001101011011101111000100000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A98D; }

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

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

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

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

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

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

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

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