#CCBC68

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

Shades of Tacha #CCBC68

Tints of Tacha #CCBC68

Color information

#CCBC68 (or 0xCCBC68) is unknown color: approx Tacha. HEX triplet: CC, BC and 68. RGB value is (204,188,104). Sum of RGB (Red+Green+Blue) = 204+188+104=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC68 is #334397. Grayscale: #B7B7B7. Windows color (decimal): -3359640 or 6864076. OLE color: 6864076.

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

Color convert

RGB204188104-
CMYK00.080.490.2
HSL50.4º49.5%60.39%-
HSV(B)50.4º49.02%80%-
XYZ45.3849.820.32-
YUV183.2183.3142.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=41.13%
G=37.90%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418810400.080.490.250.449.560.39
HexCCBC6808311432323c
Octal3142741500106124626274
Binary110011001011110011010000100011000110100110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC68; }

 p { color: rgb(204,188,104); }

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

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

 a { background-color: rgb(204,188,104); }

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

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

 span { border-color: rgb(204,188,104); }

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