#CFBF63

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

Shades of Tacha #CFBF63

Tints of Tacha #CFBF63

Color information

#CFBF63 (or 0xCFBF63) is unknown color: approx Tacha. HEX triplet: CF, BF and 63. RGB value is (207,191,99). Sum of RGB (Red+Green+Blue) = 207+191+99=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF63 is #30409C. Grayscale: #B9B9B9. Windows color (decimal): -3162269 or 6537167. OLE color: 6537167.

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

Color convert

RGB20719199-
CMYK00.080.520.19
HSL51.11º52.94%60%-
HSV(B)51.11º52.17%81.18%-
XYZ46.6251.4319.27-
YUV185.379.3143.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=41.65%
G=38.43%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071919900.080.520.1951.1152.9460
HexCFBF6308341333353c
Octal3172771430106423636574
Binary110011111011111111000110100011010010011110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF63; }

 p { color: rgb(207,191,99); }

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

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

 a { background-color: rgb(207,191,99); }

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

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

 span { border-color: rgb(207,191,99); }

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