#CCC26E

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

Shades of Dark Khaki #CCC26E

Tints of Dark Khaki #CCC26E

Color information

#CCC26E (or 0xCCC26E) is unknown color: approx Dark Khaki. HEX triplet: CC, C2 and 6E. RGB value is (204,194,110). Sum of RGB (Red+Green+Blue) = 204+194+110=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC26E is #333D91. Grayscale: #BBBBBB. Windows color (decimal): -3358098 or 7258828. OLE color: 7258828.

HSL color Cylindrical-coordinate representation of color #CCC26E: hue angle of 53.62º 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 #CCC26E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204194110-
CMYK00.050.460.2
HSL53.62º47.96%61.57%-
HSV(B)53.62º46.08%80%-
XYZ47.0152.5522.42-
YUV187.4184.31139.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 110 (43.36% from 255) = 21.65%
R=40.16%
G=38.19%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419411000.050.460.253.6247.9661.57
HexCCC26E052E1436303e
Octal314302156055624666076
Binary11001100110000101101110010110111010100110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC26E; }

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

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

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

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

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

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

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

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