#C4A183

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

Shades of Rodeo Dust #C4A183

Tints of Rodeo Dust #C4A183

Color information

#C4A183 (or 0xC4A183) is unknown color: approx Rodeo Dust. HEX triplet: C4, A1 and 83. RGB value is (196,161,131). Sum of RGB (Red+Green+Blue) = 196+161+131=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A183 is #3B5E7C. Grayscale: #A8A8A8. Windows color (decimal): -3890813 or 8626628. OLE color: 8626628.

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

Color convert

RGB196161131-
CMYK00.180.330.23
HSL27.69º35.52%64.12%-
HSV(B)27.69º33.16%76.86%-
XYZ39.6138.8626.89-
YUV168.04107.1147.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=40.16%
G=32.99%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616113100.180.330.2327.6935.5264.12
HexC4A18301221171c2440
Octal30424120302241273444100
Binary11000100101000011000001101001010000110111111001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A183; }

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

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

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

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

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

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

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

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