#C4A481

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

Shades of Rodeo Dust #C4A481

Tints of Rodeo Dust #C4A481

Color information

#C4A481 (or 0xC4A481) is unknown color: approx Rodeo Dust. HEX triplet: C4, A4 and 81. RGB value is (196,164,129). Sum of RGB (Red+Green+Blue) = 196+164+129=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A481 is #3B5B7E. Grayscale: #A9A9A9. Windows color (decimal): -3890047 or 8496324. OLE color: 8496324.

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

Color convert

RGB196164129-
CMYK00.160.340.23
HSL31.34º36.22%63.73%-
HSV(B)31.34º34.18%76.86%-
XYZ4039.8726.36-
YUV169.58105.1146.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=40.08%
G=33.54%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616412900.160.340.2331.3436.2263.73
HexC4A48101022171f2440
Octal30424420102042273744100
Binary11000100101001001000000101000010001010111111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A481; }

 p { color: rgb(196,164,129); }

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

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

 a { background-color: rgb(196,164,129); }

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

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

 span { border-color: rgb(196,164,129); }

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