#C4A382

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

Shades of Rodeo Dust #C4A382

Tints of Rodeo Dust #C4A382

Color information

#C4A382 (or 0xC4A382) is unknown color: approx Rodeo Dust. HEX triplet: C4, A3 and 82. RGB value is (196,163,130). Sum of RGB (Red+Green+Blue) = 196+163+130=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A382 is #3B5C7D. Grayscale: #A9A9A9. Windows color (decimal): -3890302 or 8561604. OLE color: 8561604.

HSL color Cylindrical-coordinate representation of color #C4A382: hue angle of 30º 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 #C4A382 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196163130-
CMYK00.170.340.23
HSL30º35.87%63.92%-
HSV(B)30º33.67%76.86%-
XYZ39.8939.5426.65-
YUV169.1105.93147.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=40.08%
G=33.33%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616313000.170.340.233035.8763.92
HexC4A38201122171e2440
Octal30424320202142273644100
Binary11000100101000111000001001000110001010111111101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A382; }

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

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

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

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

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

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

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

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