#CCBF68

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

Shades of Tacha #CCBF68

Tints of Tacha #CCBF68

Color information

#CCBF68 (or 0xCCBF68) is unknown color: approx Tacha. HEX triplet: CC, BF and 68. RGB value is (204,191,104). Sum of RGB (Red+Green+Blue) = 204+191+104=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF68 is #334097. Grayscale: #B9B9B9. Windows color (decimal): -3358872 or 6864844. OLE color: 6864844.

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

Color convert

RGB204191104-
CMYK00.060.490.2
HSL52.2º49.5%60.39%-
HSV(B)52.2º49.02%80%-
XYZ46.0351.120.53-
YUV184.9782.31141.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=40.88%
G=38.28%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419110400.060.490.252.249.560.39
HexCCBF6806311434323c
Octal314277150066124646274
Binary11001100101111111101000011011000110100110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF68; }

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

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

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

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

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

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

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

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