#c69f7c

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

Shades of Rodeo Dust #C69F7C

Tints of Rodeo Dust #C69F7C

Color information

#C69F7C (or 0xC69F7C) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 7C. RGB value is (198,159,124). Sum of RGB (Red+Green+Blue) = 198+159+124=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F7C is #396083. Grayscale: #A6A6A6. Windows color (decimal): -3760260 or 8167366. OLE color: 8167366.

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

Color convert

RGB198159124-
CMYK00.200.370.22
HSL28.38º39.36%63.14%-
HSV(B)28.38º37.37%77.65%-
XYZ39.3238.2624.38-
YUV166.67103.92150.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=41.16%
G=33.06%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815912400.200.370.2228.3839.3663.14
HexC69F7C01425161c273f
Octal3062371740244526344777
Binary110001101001111111111000101001001011011011100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c69f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c69f7c; }

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

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

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

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

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

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

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

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