#C4A08B

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

Shades of Rodeo Dust #C4A08B

Tints of Rodeo Dust #C4A08B

Color information

#C4A08B (or 0xC4A08B) is unknown color: approx Rodeo Dust. HEX triplet: C4, A0 and 8B. RGB value is (196,160,139). Sum of RGB (Red+Green+Blue) = 196+160+139=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A08B is #3B5F74. Grayscale: #A8A8A8. Windows color (decimal): -3891061 or 9150660. OLE color: 9150660.

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

Color convert

RGB196160139-
CMYK00.180.290.23
HSL22.11º32.57%65.69%-
HSV(B)22.11º29.08%76.86%-
XYZ4038.7429.8-
YUV168.37111.43147.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=39.60%
G=32.32%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616013900.180.290.2322.1132.5765.69
HexC4A08B0121D17162142
Octal30424021302235272641102
Binary1100010010100000100010110100101110110111101101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A08B; }

 p { color: rgb(196,160,139); }

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

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

 a { background-color: rgb(196,160,139); }

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

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

 span { border-color: rgb(196,160,139); }

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