#C3A57B

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

Shades of Rodeo Dust #C3A57B

Tints of Rodeo Dust #C3A57B

Color information

#C3A57B (or 0xC3A57B) is unknown color: approx Rodeo Dust. HEX triplet: C3, A5 and 7B. RGB value is (195,165,123). Sum of RGB (Red+Green+Blue) = 195+165+123=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A57B is #3C5A84. Grayscale: #A9A9A9. Windows color (decimal): -3955333 or 8103363. OLE color: 8103363.

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

Color convert

RGB195165123-
CMYK00.150.370.24
HSL35º37.5%62.35%-
HSV(B)35º36.92%76.47%-
XYZ39.5439.9424.36-
YUV169.18101.94146.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=40.37%
G=34.16%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516512300.150.370.243537.562.35
HexC3A57B0F251823263e
Octal3032451730174530434676
Binary110000111010010111110110111110010111000100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A57B; }

 p { color: rgb(195,165,123); }

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

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

 a { background-color: rgb(195,165,123); }

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

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

 span { border-color: rgb(195,165,123); }

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