#CCBB6A

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

Shades of Tacha #CCBB6A

Tints of Tacha #CCBB6A

Color information

#CCBB6A (or 0xCCBB6A) is unknown color: approx Tacha. HEX triplet: CC, BB and 6A. RGB value is (204,187,106). Sum of RGB (Red+Green+Blue) = 204+187+106=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB6A is #334495. Grayscale: #B7B7B7. Windows color (decimal): -3359894 or 6994892. OLE color: 6994892.

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

Color convert

RGB204187106-
CMYK00.080.480.2
HSL49.59º49%60.78%-
HSV(B)49.59º48.04%80%-
XYZ45.2749.4220.79-
YUV182.8584.63143.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=41.05%
G=37.63%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418710600.080.480.249.594960.78
HexCCBB6A08301432313d
Octal3142731520106024626175
Binary110011001011101111010100100011000010100110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB6A; }

 p { color: rgb(204,187,106); }

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

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

 a { background-color: rgb(204,187,106); }

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

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

 span { border-color: rgb(204,187,106); }

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