#C69F7E

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

Shades of Rodeo Dust #C69F7E

Tints of Rodeo Dust #C69F7E

Color information

#C69F7E (or 0xC69F7E) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 7E. RGB value is (198,159,126). Sum of RGB (Red+Green+Blue) = 198+159+126=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F7E is #396081. Grayscale: #A7A7A7. Windows color (decimal): -3760258 or 8298438. OLE color: 8298438.

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

Color convert

RGB198159126-
CMYK00.200.360.22
HSL27.5º38.71%63.53%-
HSV(B)27.5º36.36%77.65%-
XYZ39.4538.3125.05-
YUV166.9104.92150.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=40.99%
G=32.92%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815912600.200.360.2227.538.7163.53
HexC69F7E01424161c2740
Octal30623717602444263447100
Binary1100011010011111111111001010010010010110111001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F7E; }

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

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

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

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

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

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

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

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