#CCB266

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

Shades of Tacha #CCB266

Tints of Tacha #CCB266

Color information

#CCB266 (or 0xCCB266) is unknown color: approx Tacha. HEX triplet: CC, B2 and 66. RGB value is (204,178,102). Sum of RGB (Red+Green+Blue) = 204+178+102=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB266 is #334D99. Grayscale: #B1B1B1. Windows color (decimal): -3362202 or 6730444. OLE color: 6730444.

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

Color convert

RGB204178102-
CMYK00.130.50.2
HSL44.71º50%60%-
HSV(B)44.71º50%80%-
XYZ43.2245.6419.1-
YUV177.1185.61147.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=42.15%
G=36.78%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417810200.130.50.244.715060
HexCCB2660D32142d323c
Octal3142621460156224556274
Binary110011001011001011001100110111001010100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB266; }

 p { color: rgb(204,178,102); }

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

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

 a { background-color: rgb(204,178,102); }

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

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

 span { border-color: rgb(204,178,102); }

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