#CCBB65

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

Shades of Tacha #CCBB65

Tints of Tacha #CCBB65

Color information

#CCBB65 (or 0xCCBB65) is unknown color: approx Tacha. HEX triplet: CC, BB and 65. RGB value is (204,187,101). Sum of RGB (Red+Green+Blue) = 204+187+101=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB65 is #33449A. Grayscale: #B6B6B6. Windows color (decimal): -3359899 or 6667212. OLE color: 6667212.

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

Color convert

RGB204187101-
CMYK00.080.500.2
HSL50.1º50.24%59.8%-
HSV(B)50.1º50.49%80%-
XYZ45.0249.3219.46-
YUV182.2882.13143.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=41.46%
G=38.01%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418710100.080.500.250.150.2459.8
HexCCBB6508321432323c
Octal3142731450106224626274
Binary110011001011101111001010100011001010100110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB65; }

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

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

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

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

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

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

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

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