#C4A281

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

Shades of Rodeo Dust #C4A281

Tints of Rodeo Dust #C4A281

Color information

#C4A281 (or 0xC4A281) is unknown color: approx Rodeo Dust. HEX triplet: C4, A2 and 81. RGB value is (196,162,129). Sum of RGB (Red+Green+Blue) = 196+162+129=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A281 is #3B5D7E. Grayscale: #A8A8A8. Windows color (decimal): -3890559 or 8495812. OLE color: 8495812.

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

Color convert

RGB196162129-
CMYK00.170.340.23
HSL29.55º36.22%63.73%-
HSV(B)29.55º34.18%76.86%-
XYZ39.6539.1626.24-
YUV168.4105.76147.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=40.25%
G=33.26%
B=26.49%

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
Decimal19616212900.170.340.2329.5536.2263.73
HexC4A28101122171e2440
Octal30424220102142273644100
Binary11000100101000101000000101000110001010111111101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A281; }

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

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

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

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

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

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

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

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