#C2A184

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

Shades of Rodeo Dust #C2A184

Tints of Rodeo Dust #C2A184

Color information

#C2A184 (or 0xC2A184) is unknown color: approx Rodeo Dust. HEX triplet: C2, A1 and 84. RGB value is (194,161,132). Sum of RGB (Red+Green+Blue) = 194+161+132=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A184 is #3D5E7B. Grayscale: #A7A7A7. Windows color (decimal): -4021884 or 8692162. OLE color: 8692162.

HSL color Cylindrical-coordinate representation of color #C2A184: hue angle of 28.06º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2A184 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194161132-
CMYK00.170.320.24
HSL28.06º33.7%63.92%-
HSV(B)28.06º31.96%76.08%-
XYZ39.1638.6327.22-
YUV167.56107.93146.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=39.84%
G=33.06%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416113200.170.320.2428.0633.763.92
HexC2A18401120181c2240
Octal30224120402140303442100
Binary11000010101000011000010001000110000011000111001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A184; }

 p { color: rgb(194,161,132); }

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

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

 a { background-color: rgb(194,161,132); }

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

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

 span { border-color: rgb(194,161,132); }

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