#C4A68C

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

Shades of Rodeo Dust #C4A68C

Tints of Rodeo Dust #C4A68C

Color information

#C4A68C (or 0xC4A68C) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 8C. RGB value is (196,166,140). Sum of RGB (Red+Green+Blue) = 196+166+140=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A68C is #3B5973. Grayscale: #ACACAC. Windows color (decimal): -3889524 or 9217732. OLE color: 9217732.

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

Color convert

RGB196166140-
CMYK00.150.290.23
HSL27.86º32.18%65.88%-
HSV(B)27.86º28.57%76.86%-
XYZ41.1340.930.54-
YUV172.01109.94145.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=39.04%
G=33.07%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616614000.150.290.2327.8632.1865.88
HexC4A68C0F1D171c2042
Octal30424621401735273440102
Binary110001001010011010001100011111110110111111001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A68C; }

 p { color: rgb(196,166,140); }

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

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

 a { background-color: rgb(196,166,140); }

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

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

 span { border-color: rgb(196,166,140); }

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