#C69D79

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

Shades of Rodeo Dust #C69D79

Tints of Rodeo Dust #C69D79

Color information

#C69D79 (or 0xC69D79) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9D and 79. RGB value is (198,157,121). Sum of RGB (Red+Green+Blue) = 198+157+121=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D79 is #396286. Grayscale: #A5A5A5. Windows color (decimal): -3760775 or 7970246. OLE color: 7970246.

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

Color convert

RGB198157121-
CMYK00.210.390.22
HSL28.05º40.31%62.55%-
HSV(B)28.05º38.89%77.65%-
XYZ38.837.523.28-
YUV165.16103.08151.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=41.60%
G=32.98%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815712100.210.390.2228.0540.3162.55
HexC69D7901527161c283f
Octal3062351710254726345077
Binary110001101001110111110010101011001111011011100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D79; }

 p { color: rgb(198,157,121); }

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

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

 a { background-color: rgb(198,157,121); }

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

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

 span { border-color: rgb(198,157,121); }

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