#C4A98A

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

Shades of Rodeo Dust #C4A98A

Tints of Rodeo Dust #C4A98A

Color information

#C4A98A (or 0xC4A98A) is unknown color: approx Rodeo Dust. HEX triplet: C4, A9 and 8A. RGB value is (196,169,138). Sum of RGB (Red+Green+Blue) = 196+169+138=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A98A is #3B5675. Grayscale: #ADADAD. Windows color (decimal): -3888758 or 9087428. OLE color: 9087428.

HSL color Cylindrical-coordinate representation of color #C4A98A: hue angle of 32.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4A98A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196169138-
CMYK00.140.300.23
HSL32.07º32.95%65.49%-
HSV(B)32.07º29.59%76.86%-
XYZ41.5441.9529.95-
YUV173.54107.95144.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=38.97%
G=33.60%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616913800.140.300.2332.0732.9565.49
HexC4A98A0E1E17202141
Octal30425121201636274041101
Binary1100010010101001100010100111011110101111000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A98A; }

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

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

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

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

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

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

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

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