#CCC65B

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

Shades of Tacha #CCC65B

Tints of Tacha #CCC65B

Color information

#CCC65B (or 0xCCC65B) is unknown color: approx Tacha. HEX triplet: CC, C6 and 5B. RGB value is (204,198,91). Sum of RGB (Red+Green+Blue) = 204+198+91=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65B is #3339A4. Grayscale: #BCBCBC. Windows color (decimal): -3357093 or 6014668. OLE color: 6014668.

HSL color Cylindrical-coordinate representation of color #CCC65B: hue angle of 56.81º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCC65B is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20419891-
CMYK00.030.550.2
HSL56.81º52.56%57.84%-
HSV(B)56.81º55.39%80%-
XYZ46.9853.9817.84-
YUV187.673.49139.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=41.38%
G=40.16%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041989100.030.550.256.8152.5657.84
HexCCC65B03371439353a
Octal314306133036724716572
Binary1100110011000110101101101111011110100111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC65B; }

 p { color: rgb(204,198,91); }

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

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

 a { background-color: rgb(204,198,91); }

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

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

 span { border-color: rgb(204,198,91); }

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