#CCC46B

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

Shades of Dark Khaki #CCC46B

Tints of Dark Khaki #CCC46B

Color information

#CCC46B (or 0xCCC46B) is unknown color: approx Dark Khaki. HEX triplet: CC, C4 and 6B. RGB value is (204,196,107). Sum of RGB (Red+Green+Blue) = 204+196+107=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46B is #333B94. Grayscale: #BCBCBC. Windows color (decimal): -3357589 or 7062732. OLE color: 7062732.

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

Color convert

RGB204196107-
CMYK00.040.480.2
HSL55.05º48.74%60.98%-
HSV(B)55.05º47.55%80%-
XYZ47.353.3821.72-
YUV188.2582.15139.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 107 (42.19% from 255) = 21.10%
R=40.24%
G=38.66%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419610700.040.480.255.0548.7460.98
HexCCC46B04301437313d
Octal314304153046024676175
Binary11001100110001001101011010011000010100110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC46B; }

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

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

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

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

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

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

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

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