#C4A98D

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

Shades of Rodeo Dust #C4A98D

Tints of Rodeo Dust #C4A98D

Color information

#C4A98D (or 0xC4A98D) is unknown color: approx Rodeo Dust. HEX triplet: C4, A9 and 8D. RGB value is (196,169,141). Sum of RGB (Red+Green+Blue) = 196+169+141=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A98D is #3B5672. Grayscale: #AEAEAE. Windows color (decimal): -3888755 or 9284036. OLE color: 9284036.

HSL color Cylindrical-coordinate representation of color #C4A98D: hue angle of 30.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A98D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196169141-
CMYK00.140.280.23
HSL30.55º31.79%66.08%-
HSV(B)30.55º28.06%76.86%-
XYZ41.7642.0331.11-
YUV173.88109.45143.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=38.74%
G=33.40%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616914100.140.280.2330.5531.7966.08
HexC4A98D0E1C171f2042
Octal30425121501634273740102
Binary110001001010100110001101011101110010111111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A98D; }

 p { color: rgb(196,169,141); }

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

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

 a { background-color: rgb(196,169,141); }

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

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

 span { border-color: rgb(196,169,141); }

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