#C2A492

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

Shades of Rodeo Dust #C2A492

Tints of Rodeo Dust #C2A492

Color information

#C2A492 (or 0xC2A492) is unknown color: approx Rodeo Dust. HEX triplet: C2, A4 and 92. RGB value is (194,164,146). Sum of RGB (Red+Green+Blue) = 194+164+146=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A492 is #3D5B6D. Grayscale: #ABABAB. Windows color (decimal): -4021102 or 9610434. OLE color: 9610434.

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

Color convert

RGB194164146-
CMYK00.150.250.24
HSL22.5º28.24%66.67%-
HSV(B)22.5º24.74%76.08%-
XYZ40.7140.132.79-
YUV170.92113.94144.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=38.49%
G=32.54%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416414600.150.250.2422.528.2466.67
HexC2A4920F1918171c43
Octal30224422201731302734103
Binary11000010101001001001001001111110011100010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A492; }

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

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

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

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

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

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

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

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