#C5A78B

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

Shades of Rodeo Dust #C5A78B

Tints of Rodeo Dust #C5A78B

Color information

#C5A78B (or 0xC5A78B) is unknown color: approx Rodeo Dust. HEX triplet: C5, A7 and 8B. RGB value is (197,167,139). Sum of RGB (Red+Green+Blue) = 197+167+139=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A78B is #3A5874. Grayscale: #ACACAC. Windows color (decimal): -3823733 or 9152453. OLE color: 9152453.

HSL color Cylindrical-coordinate representation of color #C5A78B: hue angle of 28.97º degrees, saturation: 0.33, 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 #C5A78B is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197167139-
CMYK00.150.290.23
HSL28.97º33.33%65.88%-
HSV(B)28.97º29.44%77.25%-
XYZ41.541.3730.22-
YUV172.78108.94145.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=39.17%
G=33.20%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716713900.150.290.2328.9733.3365.88
HexC5A78B0F1D171d2142
Octal30524721301735273541102
Binary110001011010011110001011011111110110111111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A78B; }

 p { color: rgb(197,167,139); }

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

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

 a { background-color: rgb(197,167,139); }

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

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

 span { border-color: rgb(197,167,139); }

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