#C4A57B

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

Shades of Rodeo Dust #C4A57B

Tints of Rodeo Dust #C4A57B

Color information

#C4A57B (or 0xC4A57B) is unknown color: approx Rodeo Dust. HEX triplet: C4, A5 and 7B. RGB value is (196,165,123). Sum of RGB (Red+Green+Blue) = 196+165+123=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A57B is #3B5A84. Grayscale: #A9A9A9. Windows color (decimal): -3889797 or 8103364. OLE color: 8103364.

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

Color convert

RGB196165123-
CMYK00.160.370.23
HSL34.52º38.22%62.55%-
HSV(B)34.52º37.24%76.86%-
XYZ39.840.0824.38-
YUV169.48101.77146.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=40.50%
G=34.09%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616512300.160.370.2334.5238.2262.55
HexC4A57B010251723263f
Octal3042451730204527434677
Binary1100010010100101111101101000010010110111100011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A57B; }

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

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

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

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

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

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

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

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