#C69E4A

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

Shades of Sundance #C69E4A

Tints of Sundance #C69E4A

Color information

#C69E4A (or 0xC69E4A) is unknown color: approx Sundance. HEX triplet: C6, 9E and 4A. RGB value is (198,158,74). Sum of RGB (Red+Green+Blue) = 198+158+74=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E4A is #3961B5. Grayscale: #A0A0A0. Windows color (decimal): -3760566 or 4890310. OLE color: 4890310.

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

Color convert

RGB19815874-
CMYK00.200.630.22
HSL40.65º52.1%53.33%-
HSV(B)40.65º62.63%77.65%-
XYZ36.7536.9511.67-
YUV160.3879.25154.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 74 (29.30% from 255) = 17.21%
R=46.05%
G=36.74%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981587400.200.630.2240.6552.153.33
HexC69E4A0143F16293435
Octal3062361120247726516465
Binary1100011010011110100101001010011111110110101001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E4A; }

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

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

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

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

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

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

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

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