#CFBB66

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

Shades of Tacha #CFBB66

Tints of Tacha #CFBB66

Color information

#CFBB66 (or 0xCFBB66) is unknown color: approx Tacha. HEX triplet: CF, BB and 66. RGB value is (207,187,102). Sum of RGB (Red+Green+Blue) = 207+187+102=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB66 is #304499. Grayscale: #B7B7B7. Windows color (decimal): -3163290 or 6732751. OLE color: 6732751.

HSL color Cylindrical-coordinate representation of color #CFBB66: hue angle of 48.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFBB66 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207187102-
CMYK00.100.510.19
HSL48.57º52.24%60.59%-
HSV(B)48.57º50.72%81.18%-
XYZ45.949.7719.76-
YUV183.2982.13144.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=41.73%
G=37.70%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718710200.100.510.1948.5752.2460.59
HexCFBB660A331331343d
Octal3172731460126323616475
Binary110011111011101111001100101011001110011110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB66; }

 p { color: rgb(207,187,102); }

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

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

 a { background-color: rgb(207,187,102); }

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

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

 span { border-color: rgb(207,187,102); }

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