#C2A787

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

Shades of Rodeo Dust #C2A787

Tints of Rodeo Dust #C2A787

Color information

#C2A787 (or 0xC2A787) is unknown color: approx Rodeo Dust. HEX triplet: C2, A7 and 87. RGB value is (194,167,135). Sum of RGB (Red+Green+Blue) = 194+167+135=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A787 is #3D5878. Grayscale: #ABABAB. Windows color (decimal): -4020345 or 8890306. OLE color: 8890306.

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

Color convert

RGB194167135-
CMYK00.140.300.24
HSL32.54º32.6%64.51%-
HSV(B)32.54º30.41%76.08%-
XYZ40.4440.8628.68-
YUV171.42107.45144.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=39.11%
G=33.67%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416713500.140.300.2432.5432.664.51
HexC2A7870E1E18212141
Octal30224720701636304141101
Binary1100001010100111100001110111011110110001000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A787; }

 p { color: rgb(194,167,135); }

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

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

 a { background-color: rgb(194,167,135); }

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

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

 span { border-color: rgb(194,167,135); }

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