#C69F4C

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

Shades of Sundance #C69F4C

Tints of Sundance #C69F4C

Color information

#C69F4C (or 0xC69F4C) is unknown color: approx Sundance. HEX triplet: C6, 9F and 4C. RGB value is (198,159,76). Sum of RGB (Red+Green+Blue) = 198+159+76=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F4C is #3960B3. Grayscale: #A1A1A1. Windows color (decimal): -3760308 or 5021638. OLE color: 5021638.

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

Color convert

RGB19815976-
CMYK00.200.620.22
HSL40.82º51.69%53.73%-
HSV(B)40.82º61.62%77.65%-
XYZ36.9937.3212.09-
YUV161.279.92154.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 76 (30.08% from 255) = 17.55%
R=45.73%
G=36.72%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981597600.200.620.2240.8251.6953.73
HexC69F4C0143E16293436
Octal3062371140247626516466
Binary1100011010011111100110001010011111010110101001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F4C; }

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

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

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

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

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

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

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

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