#C69F78

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

Shades of Rodeo Dust #C69F78

Tints of Rodeo Dust #C69F78

Color information

#C69F78 (or 0xC69F78) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 78. RGB value is (198,159,120). Sum of RGB (Red+Green+Blue) = 198+159+120=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F78 is #396087. Grayscale: #A6A6A6. Windows color (decimal): -3760264 or 7905222. OLE color: 7905222.

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

Color convert

RGB198159120-
CMYK00.200.390.22
HSL30º40.63%62.35%-
HSV(B)30º39.39%77.65%-
XYZ39.0838.1623.07-
YUV166.22101.92150.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=41.51%
G=33.33%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815912000.200.390.223040.6362.35
HexC69F7801427161e293e
Octal3062371700244726365176
Binary110001101001111111110000101001001111011011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F78; }

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

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

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

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

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

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

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

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