#C4A28B

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

Shades of Rodeo Dust #C4A28B

Tints of Rodeo Dust #C4A28B

Color information

#C4A28B (or 0xC4A28B) is unknown color: approx Rodeo Dust. HEX triplet: C4, A2 and 8B. RGB value is (196,162,139). Sum of RGB (Red+Green+Blue) = 196+162+139=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A28B is #3B5D74. Grayscale: #A9A9A9. Windows color (decimal): -3890549 or 9151172. OLE color: 9151172.

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

Color convert

RGB196162139-
CMYK00.170.290.23
HSL24.21º32.57%65.69%-
HSV(B)24.21º29.08%76.86%-
XYZ40.3539.4429.91-
YUV169.54110.76146.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=39.44%
G=32.60%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616213900.170.290.2324.2132.5765.69
HexC4A28B0111D17182142
Octal30424221302135273041102
Binary1100010010100010100010110100011110110111110001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A28B; }

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

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

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

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

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

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

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

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