#C69E4C

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

Shades of Sundance #C69E4C

Tints of Sundance #C69E4C

Color information

#C69E4C (or 0xC69E4C) is unknown color: approx Sundance. HEX triplet: C6, 9E and 4C. RGB value is (198,158,76). Sum of RGB (Red+Green+Blue) = 198+158+76=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E4C is #3961B3. Grayscale: #A0A0A0. Windows color (decimal): -3760564 or 5021382. OLE color: 5021382.

HSL color Cylindrical-coordinate representation of color #C69E4C: hue angle of 40.33º 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 #C69E4C is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19815876-
CMYK00.200.620.22
HSL40.33º51.69%53.73%-
HSV(B)40.33º61.62%77.65%-
XYZ36.8236.9812.03-
YUV160.6180.25154.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 76 (30.08% from 255) = 17.59%
R=45.83%
G=36.57%
B=17.59%

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
Decimal1981587600.200.620.2240.3351.6953.73
HexC69E4C0143E16283436
Octal3062361140247626506466
Binary1100011010011110100110001010011111010110101000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E4C; }

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

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

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

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

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

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

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

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