#C2A683

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

Shades of Rodeo Dust #C2A683

Tints of Rodeo Dust #C2A683

Color information

#C2A683 (or 0xC2A683) is unknown color: approx Rodeo Dust. HEX triplet: C2, A6 and 83. RGB value is (194,166,131). Sum of RGB (Red+Green+Blue) = 194+166+131=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A683 is #3D597C. Grayscale: #AAAAAA. Windows color (decimal): -4020605 or 8627906. OLE color: 8627906.

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

Color convert

RGB194166131-
CMYK00.140.320.24
HSL33.33º34.05%63.73%-
HSV(B)33.33º32.47%76.08%-
XYZ39.9840.3827.16-
YUV170.38105.78144.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=39.51%
G=33.81%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416613100.140.320.2433.3334.0563.73
HexC2A6830E2018212240
Octal30224620301640304142100
Binary11000010101001101000001101110100000110001000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A683; }

 p { color: rgb(194,166,131); }

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

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

 a { background-color: rgb(194,166,131); }

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

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

 span { border-color: rgb(194,166,131); }

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