#C3A47D

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

Shades of Rodeo Dust #C3A47D

Tints of Rodeo Dust #C3A47D

Color information

#C3A47D (or 0xC3A47D) is unknown color: approx Rodeo Dust. HEX triplet: C3, A4 and 7D. RGB value is (195,164,125). Sum of RGB (Red+Green+Blue) = 195+164+125=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A47D is #3C5B82. Grayscale: #A9A9A9. Windows color (decimal): -3955587 or 8234179. OLE color: 8234179.

HSL color Cylindrical-coordinate representation of color #C3A47D: hue angle of 33.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3A47D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195164125-
CMYK00.160.360.24
HSL33.43º36.84%62.75%-
HSV(B)33.43º35.9%76.47%-
XYZ39.4839.6324.97-
YUV168.82103.27146.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=40.29%
G=33.88%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516412500.160.360.2433.4336.8462.75
HexC3A47D010241821253f
Octal3032441750204430414577
Binary1100001110100100111110101000010010011000100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A47D; }

 p { color: rgb(195,164,125); }

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

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

 a { background-color: rgb(195,164,125); }

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

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

 span { border-color: rgb(195,164,125); }

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