#C4A082

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

Shades of Rodeo Dust #C4A082

Tints of Rodeo Dust #C4A082

Color information

#C4A082 (or 0xC4A082) is unknown color: approx Rodeo Dust. HEX triplet: C4, A0 and 82. RGB value is (196,160,130). Sum of RGB (Red+Green+Blue) = 196+160+130=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A082 is #3B5F7D. Grayscale: #A7A7A7. Windows color (decimal): -3891070 or 8560836. OLE color: 8560836.

HSL color Cylindrical-coordinate representation of color #C4A082: hue angle of 27.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4A082 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196160130-
CMYK00.180.340.23
HSL27.27º35.87%63.92%-
HSV(B)27.27º33.67%76.86%-
XYZ39.3738.4926.47-
YUV167.34106.93148.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=40.33%
G=32.92%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616013000.180.340.2327.2735.8763.92
HexC4A08201222171b2440
Octal30424020202242273344100
Binary11000100101000001000001001001010001010111110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A082; }

 p { color: rgb(196,160,130); }

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

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

 a { background-color: rgb(196,160,130); }

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

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

 span { border-color: rgb(196,160,130); }

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