#C4A47A

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

Shades of Rodeo Dust #C4A47A

Tints of Rodeo Dust #C4A47A

Color information

#C4A47A (or 0xC4A47A) is unknown color: approx Rodeo Dust. HEX triplet: C4, A4 and 7A. RGB value is (196,164,122). Sum of RGB (Red+Green+Blue) = 196+164+122=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A47A is #3B5B85. Grayscale: #A8A8A8. Windows color (decimal): -3890054 or 8037572. OLE color: 8037572.

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

Color convert

RGB196164122-
CMYK00.160.380.23
HSL34.05º38.54%62.35%-
HSV(B)34.05º37.76%76.86%-
XYZ39.5539.6923.99-
YUV168.78101.6147.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=40.66%
G=34.02%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616412200.160.380.2334.0538.5462.35
HexC4A47A010261722273e
Octal3042441720204627424776
Binary1100010010100100111101001000010011010111100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A47A; }

 p { color: rgb(196,164,122); }

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

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

 a { background-color: rgb(196,164,122); }

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

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

 span { border-color: rgb(196,164,122); }

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