#C4A58C

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

Shades of Rodeo Dust #C4A58C

Tints of Rodeo Dust #C4A58C

Color information

#C4A58C (or 0xC4A58C) is unknown color: approx Rodeo Dust. HEX triplet: C4, A5 and 8C. RGB value is (196,165,140). Sum of RGB (Red+Green+Blue) = 196+165+140=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A58C is #3B5A73. Grayscale: #ABABAB. Windows color (decimal): -3889780 or 9217476. OLE color: 9217476.

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

Color convert

RGB196165140-
CMYK00.160.290.23
HSL26.79º32.18%65.88%-
HSV(B)26.79º28.57%76.86%-
XYZ40.9540.5430.48-
YUV171.42110.27145.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=39.12%
G=32.93%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616514000.160.290.2326.7932.1865.88
HexC4A58C0101D171b2042
Octal30424521402035273340102
Binary1100010010100101100011000100001110110111110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A58C; }

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

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

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

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

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

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

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

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