#C69F80

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

Shades of Rodeo Dust #C69F80

Tints of Rodeo Dust #C69F80

Color information

#C69F80 (or 0xC69F80) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 80. RGB value is (198,159,128). Sum of RGB (Red+Green+Blue) = 198+159+128=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F80 is #39607F. Grayscale: #A7A7A7. Windows color (decimal): -3760256 or 8429510. OLE color: 8429510.

HSL color Cylindrical-coordinate representation of color #C69F80: hue angle of 26.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69F80 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198159128-
CMYK00.200.350.22
HSL26.57º38.04%63.92%-
HSV(B)26.57º35.35%77.65%-
XYZ39.5838.3625.74-
YUV167.13105.92150.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=40.82%
G=32.78%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815912800.200.350.2226.5738.0463.92
HexC69F8001423161b2640
Octal30623720002443263346100
Binary11000110100111111000000001010010001110110110111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F80; }

 p { color: rgb(198,159,128); }

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

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

 a { background-color: rgb(198,159,128); }

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

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

 span { border-color: rgb(198,159,128); }

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