#C4A694

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

Shades of Rodeo Dust #C4A694

Tints of Rodeo Dust #C4A694

Color information

#C4A694 (or 0xC4A694) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 94. RGB value is (196,166,148). Sum of RGB (Red+Green+Blue) = 196+166+148=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A694 is #3B596B. Grayscale: #ADADAD. Windows color (decimal): -3889516 or 9742020. OLE color: 9742020.

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

Color convert

RGB196166148-
CMYK00.150.240.23
HSL22.5º28.92%67.45%-
HSV(B)22.5º24.49%76.86%-
XYZ41.7541.1533.76-
YUV172.92113.94144.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=38.43%
G=32.55%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616614800.150.240.2322.528.9267.45
HexC4A6940F1817171d43
Octal30424622401730272735103
Binary11000100101001101001010001111110001011110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A694; }

 p { color: rgb(196,166,148); }

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

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

 a { background-color: rgb(196,166,148); }

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

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

 span { border-color: rgb(196,166,148); }

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