#C4A892

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

Shades of Rodeo Dust #C4A892

Tints of Rodeo Dust #C4A892

Color information

#C4A892 (or 0xC4A892) is unknown color: approx Rodeo Dust. HEX triplet: C4, A8 and 92. RGB value is (196,168,146). Sum of RGB (Red+Green+Blue) = 196+168+146=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A892 is #3B576D. Grayscale: #ADADAD. Windows color (decimal): -3889006 or 9611460. OLE color: 9611460.

HSL color Cylindrical-coordinate representation of color #C4A892: hue angle of 26.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A892 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196168146-
CMYK00.140.260.23
HSL26.4º29.76%67.06%-
HSV(B)26.4º25.51%76.86%-
XYZ41.9641.8233.05-
YUV173.86112.28143.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=38.43%
G=32.94%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616814600.140.260.2326.429.7667.06
HexC4A8920E1A171a1e43
Octal30425022201632273236103
Binary11000100101010001001001001110110101011111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A892; }

 p { color: rgb(196,168,146); }

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

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

 a { background-color: rgb(196,168,146); }

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

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

 span { border-color: rgb(196,168,146); }

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