#C4A181

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

Shades of Rodeo Dust #C4A181

Tints of Rodeo Dust #C4A181

Color information

#C4A181 (or 0xC4A181) is unknown color: approx Rodeo Dust. HEX triplet: C4, A1 and 81. RGB value is (196,161,129). Sum of RGB (Red+Green+Blue) = 196+161+129=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A181 is #3B5E7E. Grayscale: #A7A7A7. Windows color (decimal): -3890815 or 8495556. OLE color: 8495556.

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

Color convert

RGB196161129-
CMYK00.180.340.23
HSL28.66º36.22%63.73%-
HSV(B)28.66º34.18%76.86%-
XYZ39.4738.8126.18-
YUV167.82106.1148.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=40.33%
G=33.13%
B=26.54%

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
Decimal19616112900.180.340.2328.6636.2263.73
HexC4A18101222171d2440
Octal30424120102242273544100
Binary11000100101000011000000101001010001010111111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A181; }

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

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

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

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

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

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

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

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