#C6A88E

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

Shades of Rodeo Dust #C6A88E

Tints of Rodeo Dust #C6A88E

Color information

#C6A88E (or 0xC6A88E) is unknown color: approx Rodeo Dust. HEX triplet: C6, A8 and 8E. RGB value is (198,168,142). Sum of RGB (Red+Green+Blue) = 198+168+142=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A88E is #395771. Grayscale: #AEAEAE. Windows color (decimal): -3757938 or 9349318. OLE color: 9349318.

HSL color Cylindrical-coordinate representation of color #C6A88E: hue angle of 27.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6A88E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198168142-
CMYK00.150.280.22
HSL27.86º32.94%66.67%-
HSV(B)27.86º28.28%77.65%-
XYZ42.1741.9631.47-
YUV174.01109.94145.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=38.98%
G=33.07%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816814200.150.280.2227.8632.9466.67
HexC6A88E0F1C161c2143
Octal30625021601734263441103
Binary110001101010100010001110011111110010110111001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A88E; }

 p { color: rgb(198,168,142); }

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

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

 a { background-color: rgb(198,168,142); }

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

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

 span { border-color: rgb(198,168,142); }

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