#CCC46E

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

Shades of Dark Khaki #CCC46E

Tints of Dark Khaki #CCC46E

Color information

#CCC46E (or 0xCCC46E) is unknown color: approx Dark Khaki. HEX triplet: CC, C4 and 6E. RGB value is (204,196,110). Sum of RGB (Red+Green+Blue) = 204+196+110=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46E is #333B91. Grayscale: #BCBCBC. Windows color (decimal): -3357586 or 7259340. OLE color: 7259340.

HSL color Cylindrical-coordinate representation of color #CCC46E: hue angle of 54.89º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCC46E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204196110-
CMYK00.040.460.2
HSL54.89º47.96%61.57%-
HSV(B)54.89º46.08%80%-
XYZ47.4653.4422.57-
YUV188.5983.65138.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=40%
G=38.43%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419611000.040.460.254.8947.9661.57
HexCCC46E042E1437303e
Octal314304156045624676076
Binary11001100110001001101110010010111010100110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC46E; }

 p { color: rgb(204,196,110); }

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

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

 a { background-color: rgb(204,196,110); }

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

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

 span { border-color: rgb(204,196,110); }

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